[]
Represents a wrapper class containing row or column settings that in turn affect the output when a grid is exported though the GcExcel library.
[TypeConverter(typeof(GridRowColRangesConverter))]
public class GridRowColRanges
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. |
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.
|