FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlSelectionEventArgs Class / CellRanges Property

In This Topic
    CellRanges Property (GridControlSelectionEventArgs)
    In This Topic
    Gets the cell range.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellRanges As IReadOnlyList(Of GridControlRange)
    public IReadOnlyList<GridControlRange> CellRanges {get;}
    See Also