asposecells.api
Class PivotFilter

Represents a PivotFilter in PivotFilter Collection.

Property Getters/Setters Summary
methodgetAutoFilter()
           Gets the autofilter of the pivot filter.
methodgetEvaluationOrder()
methodsetEvaluationOrder(value)
           Gets the Evaluation Order of the pivot filter.
methodgetFieldIndex()
           Gets the field index of the pivot filter.
methodgetFilterType()
           Gets the autofilter type of the pivot filter. The value of the property is PivotFilterType integer constant.
methodgetMeasureFldIndex()
methodsetMeasureFldIndex(value)
           Gets the measure field index of the pivot filter.
methodgetMemberPropertyFieldIndex()
methodsetMemberPropertyFieldIndex(value)
           Gets the member property field index of the pivot filter.
methodgetName()
methodsetName(value)
           Gets the name of the pivot filter.
methodgetValue1()
methodsetValue1(value)
           Gets the string value1 of the label pivot filter.
methodgetValue2()
methodsetValue2(value)
           Gets the string value2 of the label pivot filter.
 

Property Getters/Setters Detail

getAutoFilter : AutoFilter 

AutoFilter getAutoFilter()
Gets the autofilter of the pivot filter.

getFilterType : int 

int getFilterType()
Gets the autofilter type of the pivot filter. The value of the property is PivotFilterType integer constant.

getFieldIndex : int 

int getFieldIndex()
Gets the field index of the pivot filter.

getValue1/setValue1 : String 

String getValue1() / setValue1(value)
Gets the string value1 of the label pivot filter.

getValue2/setValue2 : String 

String getValue2() / setValue2(value)
Gets the string value2 of the label pivot filter.

getMeasureFldIndex/setMeasureFldIndex : int 

int getMeasureFldIndex() / setMeasureFldIndex(value)
Gets the measure field index of the pivot filter.

getMemberPropertyFieldIndex/setMemberPropertyFieldIndex : int 

int getMemberPropertyFieldIndex() / setMemberPropertyFieldIndex(value)
Gets the member property field index of the pivot filter.

getName/setName : String 

String getName() / setName(value)
Gets the name of the pivot filter.

getEvaluationOrder/setEvaluationOrder : int 

int getEvaluationOrder() / setEvaluationOrder(value)
Gets the Evaluation Order of the pivot filter.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.