<< Return to Main Index

< Return to Class Index

CGXExcelGrid:: CopyRangeImpl

virtual BOOL CopyRangeImpl(const CGXRangeList& selList);

selList

CGXRangeList object that contains the current selection ranges

Remarks

This method will copy the data that is contained in the selected ranges to the clipboard in BIFF 8 format. Additionally it will also call the correct base class implementation so that the default formats (native, CF_TEXT and Unicode text ) are also handled. One important point to remember is that when data is copied to the clipboard in BIFF 8 format only the first range of the selection list will be used. Multi range selection is not supported with Excel. Another restriction of the Copy mechanism is that formulas will be computed and value copied rather than actual formulas. This applied only to formula enabled grids.

CGXExcelGrid

Class Overview | Class Members