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

In This Topic
    SelectionRanges Property (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectionRanges As IList(Of CellRange)
    public IList<CellRange> SelectionRanges {get;}
    See Also