|
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.
nRow | Specifies a zero-based row index. |
nColumn | Specifies a zero-based column index. |
pNewRTC | Points to runtime class information of an item to replace with. |