FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / SelectionRanges Property

In This Topic
    SelectionRanges Property (C1FlexGridBase)
    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