Aspose::Cells::Pivot::ISxRng Class Referenceabstract

Represents Group Range in a PivotField. More...

Inherits Object.

Public Member Functions

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...
 

Detailed Description

Represents Group Range in a PivotField.

Member Function Documentation

◆ GetBy()

virtual intrusive_ptr<Aspose::Cells::Systems::Object> Aspose::Cells::Pivot::ISxRng::GetBy ( )
pure virtual

Represents the interval object for the group range.

◆ GetEnd()

virtual intrusive_ptr<Aspose::Cells::Systems::Object> Aspose::Cells::Pivot::ISxRng::GetEnd ( )
pure virtual

Represents the end object for the group range.

◆ GetGroupByTypes()

virtual intrusive_ptr<Aspose::Cells::Systems::Array1D<bool> > Aspose::Cells::Pivot::ISxRng::GetGroupByTypes ( )
pure virtual

Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years

◆ GetStart()

virtual intrusive_ptr<Aspose::Cells::Systems::Object> Aspose::Cells::Pivot::ISxRng::GetStart ( )
pure virtual

Represents the start object for the group range.

◆ IsAutoEnd()

virtual intrusive_ptr<Aspose::Cells::Systems::Object> Aspose::Cells::Pivot::ISxRng::IsAutoEnd ( )
pure virtual

Specifies a boolean value that indicates whether the application will use the source data to set the end range value.

◆ IsAutoStart()

virtual intrusive_ptr<Aspose::Cells::Systems::Object> Aspose::Cells::Pivot::ISxRng::IsAutoStart ( )
pure virtual

Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.