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

In This Topic
    SelectionRanges Property (C1FlexPivotGrid)
    In This Topic
    Gets the selected ranges in normalized form. MultiRange only.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectionRanges As IList(Of CellRange)
    public IList<CellRange> SelectionRanges {get;}
    See Also