FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / Cells Property

In This Topic
    Cells Property (GridControlRange)
    In This Topic
    Gets all the cells in the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As IEnumerable(Of GridControlRange)
    public IEnumerable<GridControlRange> Cells {get;}
    See Also