BCGSuite for MFC
virtual BOOL CBCGPGridCtrl::AddItemFromArchive ( CArchive &  ar,
CBCGPGridRow pRow,
int  nColumn,
BOOL  bTestMode = FALSE 
)
virtual

Adds a grid item from archive at the specified location.

This function is called when it's required to add a grid item at the specified location during drag-and-drop operation.

Parameters
arA reference to archive.
pRowA pointer to row.
nColumnA zero-based index of column to insert a new item at.
bTestModeIf TRUE, the grid control will test whether an item can be inserted at the specified location.