Represents a PivotFilter in PivotFilter Collection. More...
Inherits Object.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::IAutoFilter > | GetIAutoFilter ()=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... | |
Represents a PivotFilter in PivotFilter Collection.
|
pure virtual |
Gets the Evaluation Order of the pivot filter.
|
pure virtual |
Gets the field index of the pivot filter.
|
pure virtual |
Gets the autofilter type of the pivot filter.
|
pure virtual |
Gets the autofilter of the pivot filter.
|
pure virtual |
Gets the measure field index of the pivot filter.
|
pure virtual |
Gets the member property field index of the pivot filter.
|
pure virtual |
Gets the name of the pivot filter.
|
pure virtual |
Gets the string value1 of the label pivot filter.
|
pure virtual |
Gets the string value2 of the label pivot filter.
|
pure virtual |
Gets the Evaluation Order of the pivot filter.
|
pure virtual |
Gets the measure field index of the pivot filter.
|
pure virtual |
Gets the member property field index of the pivot filter.
|
pure virtual |
Gets the name of the pivot filter.
|
pure virtual |
Sets the string value1 of the label pivot filter.
|
pure virtual |
Sets the string value2 of the label pivot filter.