CGXGridCore::OnPasteDiffRange
virtual BOOL OnPasteDiffRange( );
Remarks
Called from PasteCellsFromArchive when the range differs from the selected range of cells in the grid.
This method is called when the selected range of cells differs from the range of cells currently available in the clipboard. Override this method if you don’t want that this message box is displayed.
You should return FALSE if the paste operation should be canceled.
See Also
CGXGridCore::PasteCellsFromArchive