BCGSuite for MFC
virtual BOOL CBCGPGridCtrl::CanReplaceItem ( int  nRow,
int  nColumn,
CRuntimeClass *  pNewRTC 
)
virtual

Determines whether an item can be replaced with another item of specified type.

This function returns TRUE if an item located at the specified row and column can be replaced with an item of pNewRTC type.

Parameters
nRowSpecifies a zero-based row index.
nColumnSpecifies a zero-based column index.
pNewRTCPoints to runtime class information of an item to replace with.