FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid 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
    public virtual CellRange CursorCell {get;}
    Remarks
    To get a CellRange object that spans the entire selection, use the Selection property.
    See Also