ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / CursorCell Property

In This Topic
    CursorCell Property (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property CursorCell As CellRange
    public virtual CellRange CursorCell {get;}
    Remarks
    To get a C1.Win.C1FlexGrid.CellRange object that spans the entire selection, use the C1.Win.C1FlexGrid.C1FlexGridBase.Selection property.
    See Also