SxRng
Contents
[
Hide
]SxRng class
Represents Group Range in a PivotField.
Properties
| Name | Type | Description |
|---|---|---|
| IsAutoStart | Object | Specifies a boolean value that indicates whether the application will use the source data to set the beginning range val |
| IsAutoEnd | Object | Specifies a boolean value that indicates whether the application will use the source data to set the end range value. |
| Start | Object | Represents the start object for the group range. |
| End | Object | Represents the end object for the group range. |
| By | Object | Represents the interval object for the group range. |
| GroupByTypes | boolean[] | Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years |
SxRng.IsAutoStart property
Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.
Type: Object
SxRng.IsAutoEnd property
Specifies a boolean value that indicates whether the application will use the source data to set the end range value.
Type: Object
SxRng.Start property
Represents the start object for the group range.
Type: Object
SxRng.End property
Represents the end object for the group range.
Type: Object
SxRng.By property
Represents the interval object for the group range.
Type: Object
SxRng.GroupByTypes property
Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years
Type: boolean[]