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

In This Topic
    Columns Property (GridControlRange)
    In This Topic
    Gets the indexes of the contained columns.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As IEnumerable(Of Integer)
    public IEnumerable<int> Columns {get;}
    See Also