com.aspose.cells
Class PivotFilter

java.lang.Object
    extended by com.aspose.cells.PivotFilter

public class PivotFilter 
extends java.lang.Object

Represents a PivotFilter in PivotFilter Collection.

Property Getters/Setters Summary
AutoFiltergetAutoFilter()
           Gets the autofilter of the pivot filter.
intgetEvaluationOrder()
voidsetEvaluationOrder(int value)
           Gets the Evaluation Order of the pivot filter.
intgetFieldIndex()
           Gets the field index of the pivot filter.
intgetFilterType()
           Gets the autofilter type of the pivot filter. The value of the property is PivotFilterType integer constant.
intgetMeasureFldIndex()
voidsetMeasureFldIndex(int value)
           Gets the measure field index of the pivot filter.
intgetMemberPropertyFieldIndex()
voidsetMemberPropertyFieldIndex(int value)
           Gets the member property field index of the pivot filter.
java.lang.StringgetName()
voidsetName(java.lang.String value)
           Gets the name of the pivot filter.
java.lang.StringgetValue1()
voidsetValue1(java.lang.String value)
           Gets the string value1 of the label pivot filter.
java.lang.StringgetValue2()
voidsetValue2(java.lang.String value)
           Gets the string value2 of the label pivot filter.
 

Property Getters/Setters Detail

getAutoFilter

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

getFilterType

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

getFieldIndex

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

getValue1/setValue1

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

getValue2/setValue2

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

getMeasureFldIndex/setMeasureFldIndex

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

getMemberPropertyFieldIndex/setMemberPropertyFieldIndex

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

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Gets the name of the pivot filter.

getEvaluationOrder/setEvaluationOrder

public int getEvaluationOrder() / public void setEvaluationOrder(int 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.