GridRowColRanges Class Members
In This Topic
The following tables list the members exposed by GridRowColRanges.
Public Constructors
| Name | Description |
| GridRowColRanges Constructor | Initializes a new instance of GridRowColRanges with where both the inclusive range and the flagged options are passed as a parameter. |
Top
Public 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. |
Top
See Also