[]
        
(Showing Draft Content)

C1.WPF.Grid.GridRowColRanges

GridRowColRanges Class

Represents a wrapper class containing row or column settings that in turn affect the output when a grid is exported though the GcExcel library.

Inheritance
GridRowColRanges
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.Excel.dll
Syntax
[TypeConverter(typeof(GridRowColRangesConverter))]
public class GridRowColRanges

Constructors

Name Description
GridRowColRanges(C1OrderedSet, GridRowColRangesOptions)

Initializes a new instance of GridRowColRanges with where both the inclusive range and the flagged options are passed as a parameter.

Properties

Name Description
Options

Gets or Sets the flagged options than in turn affect the rendered output. GridRowColRangesOptions

Ranges

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.