FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / SelectedRanges Property

In This Topic
    SelectedRanges Property (FlexGrid)
    In This Topic
    Gets or sets the current selected ranges.
    Syntax
    'Declaration
     
    Public Shadows Property SelectedRanges As IReadOnlyList(Of GridCellRange)
    public new IReadOnlyList<GridCellRange> SelectedRanges {get; set;}
    See Also