C1.Win.FlexGrid Namespace / C1FlexGridBase Class / CursorCell Property

In This Topic
CursorCell Property (C1FlexGridBase)
In This Topic
Gets a CellRange object that contains the cell at coordinates Row, Col.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CursorCell As CellRange
 
Remarks
To get a CellRange object that spans the entire selection, use the Selection property.
See Also