GridControl::GetDropCell

 

Description

Gets drop cell's position.

Syntax

bool GetDropCell( int & nRow, int & nCol, bool bGetFullSize = false )

Parameters

nRow
[output] drop cell's 0-offset row index
nCol
[output] drop cell's 0-offset column index
bGetFullSize
[input] if true, it will detect and correct nRow and nCol's invalid value

Return

whether to allow to drag cell

Examples

See examples of SetCellPicture

Remark

See Also

GridControl::GetDraggedCell

Header to Included

GridControl.h