<< Return to Main Index

< Return to Class Index

CGXExcelGrid:: OnPasteFromClipboardImpl

virtual BOOL OnPasteFromClipboardImpl(const CGXRange& rg);

rg

Reference to the CGXRange object that is to accept the paste

Remarks

This method has the code required to handle a paste operation that involves BIFF 8 data. It can also handle formats that are supported by Objective grid (native, plain text etc). Normally the derived grid class would call this method from its override of OnPasteFromClipboard(const CGXRange& rg).

CGXExcelGrid

Class Overview | Class Members