Inherits Object.
|
virtual intrusive_ptr< Aspose::Cells::Systems::Object > | IsAutoStart ()=0 |
| Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Object > | IsAutoEnd ()=0 |
| Specifies a boolean value that indicates whether the application will use the source data to set the end range value. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Object > | GetStart ()=0 |
| Represents the start object for the group range. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Object > | GetEnd ()=0 |
| Represents the end object for the group range. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Object > | GetBy ()=0 |
| Represents the interval object for the group range. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< bool > > | GetGroupByTypes ()=0 |
| Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years More...
|
|
Represents Group Range in a PivotField.