FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / GridRowColRanges Class / Ranges Property

In This Topic
    Ranges Property
    In This Topic
    Gets the specified ranges to be included or excluded in the rendered output. This is a read-only value and it returns the string version of the internal RangedSet.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ranges As String
    public string Ranges {get;}
    Remarks
    This is a read-only value and it returns the string version of the internal RangedSet.
    See Also