Aspose::Cells::Pivot::IPivotFilter Class Referenceabstract

Represents a PivotFilter in PivotFilter Collection. More...

Inherits Object.

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::IAutoFilterGetIAutoFilter ()=0
 Gets the autofilter of the pivot filter. More...
 
virtual Aspose::Cells::Pivot::PivotFilterType GetFilterType ()=0
 Gets the autofilter type of the pivot filter. More...
 
virtual Aspose::Cells::Systems::Int32 GetFieldIndex ()=0
 Gets the field index of the pivot filter. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetValue1 ()=0
 Gets the string value1 of the label pivot filter. More...
 
virtual void SetValue1 (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 Sets the string value1 of the label pivot filter. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetValue2 ()=0
 Gets the string value2 of the label pivot filter. More...
 
virtual void SetValue2 (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 Sets the string value2 of the label pivot filter. More...
 
virtual Aspose::Cells::Systems::Int32 GetMeasureFldIndex ()=0
 Gets the measure field index of the pivot filter. More...
 
virtual void SetMeasureFldIndex (Aspose::Cells::Systems::Int32 value)=0
 Gets the measure field index of the pivot filter. More...
 
virtual Aspose::Cells::Systems::Int32 GetMemberPropertyFieldIndex ()=0
 Gets the member property field index of the pivot filter. More...
 
virtual void SetMemberPropertyFieldIndex (Aspose::Cells::Systems::Int32 value)=0
 Gets the member property field index of the pivot filter. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetName ()=0
 Gets the name of the pivot filter. More...
 
virtual void SetName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 Gets the name of the pivot filter. More...
 
virtual Aspose::Cells::Systems::Int32 GetEvaluationOrder ()=0
 Gets the Evaluation Order of the pivot filter. More...
 
virtual void SetEvaluationOrder (Aspose::Cells::Systems::Int32 value)=0
 Gets the Evaluation Order of the pivot filter. More...
 

Detailed Description

Represents a PivotFilter in PivotFilter Collection.

Member Function Documentation

◆ GetEvaluationOrder()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Pivot::IPivotFilter::GetEvaluationOrder ( )
pure virtual

Gets the Evaluation Order of the pivot filter.

◆ GetFieldIndex()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Pivot::IPivotFilter::GetFieldIndex ( )
pure virtual

Gets the field index of the pivot filter.

◆ GetFilterType()

virtual Aspose::Cells::Pivot::PivotFilterType Aspose::Cells::Pivot::IPivotFilter::GetFilterType ( )
pure virtual

Gets the autofilter type of the pivot filter.

◆ GetIAutoFilter()

virtual intrusive_ptr<Aspose::Cells::IAutoFilter> Aspose::Cells::Pivot::IPivotFilter::GetIAutoFilter ( )
pure virtual

Gets the autofilter of the pivot filter.

◆ GetMeasureFldIndex()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Pivot::IPivotFilter::GetMeasureFldIndex ( )
pure virtual

Gets the measure field index of the pivot filter.

◆ GetMemberPropertyFieldIndex()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Pivot::IPivotFilter::GetMemberPropertyFieldIndex ( )
pure virtual

Gets the member property field index of the pivot filter.

◆ GetName()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::Pivot::IPivotFilter::GetName ( )
pure virtual

Gets the name of the pivot filter.

◆ GetValue1()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::Pivot::IPivotFilter::GetValue1 ( )
pure virtual

Gets the string value1 of the label pivot filter.

◆ GetValue2()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::Pivot::IPivotFilter::GetValue2 ( )
pure virtual

Gets the string value2 of the label pivot filter.

◆ SetEvaluationOrder()

virtual void Aspose::Cells::Pivot::IPivotFilter::SetEvaluationOrder ( Aspose::Cells::Systems::Int32  value)
pure virtual

Gets the Evaluation Order of the pivot filter.

◆ SetMeasureFldIndex()

virtual void Aspose::Cells::Pivot::IPivotFilter::SetMeasureFldIndex ( Aspose::Cells::Systems::Int32  value)
pure virtual

Gets the measure field index of the pivot filter.

◆ SetMemberPropertyFieldIndex()

virtual void Aspose::Cells::Pivot::IPivotFilter::SetMemberPropertyFieldIndex ( Aspose::Cells::Systems::Int32  value)
pure virtual

Gets the member property field index of the pivot filter.

◆ SetName()

virtual void Aspose::Cells::Pivot::IPivotFilter::SetName ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Gets the name of the pivot filter.

◆ SetValue1()

virtual void Aspose::Cells::Pivot::IPivotFilter::SetValue1 ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Sets the string value1 of the label pivot filter.

◆ SetValue2()

virtual void Aspose::Cells::Pivot::IPivotFilter::SetValue2 ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Sets the string value2 of the label pivot filter.