ComponentOne FlexGrid for WinForms
CursorCell Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : CursorCell Property
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;}
Remarks
To get a CellRange object that spans the entire selection, use the Selection property.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members