CursorCell Property (C1FlexGrid)
In This Topic
Gets a
CellRange object that contains the cell at coordinates
Row,
Col.
Syntax
'Declaration
Public Overridable ReadOnly Property CursorCell As CellRange
public virtual CellRange CursorCell {get;}
See Also