FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / GridRowColRanges Class / GridRowColRanges Constructor
The ranges specified as a C1.WPF.Core.C1OrderedSet.
The flagged options to be taken into consideration when rendering output.

In This Topic
    GridRowColRanges Constructor
    In This Topic
    Initializes a new instance of GridRowColRanges with where both the inclusive range and the flagged options are passed as a parameter.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal ranges As C1.WPF.Core.C1OrderedSet, _
       Optional ByVal options As GridRowColRangesOptions _
    )
    public GridRowColRanges( 
       C1.WPF.Core.C1OrderedSet ranges,
       GridRowColRangesOptions options
    )

    Parameters

    ranges
    The ranges specified as a C1.WPF.Core.C1OrderedSet.
    options
    The flagged options to be taken into consideration when rendering output.
    See Also