public class PivotFilter
Property Getters/Setters Summary | ||
---|---|---|
AutoFilter | getAutoFilter() | |
Gets the autofilter of the pivot filter.
|
||
int | getEvaluationOrder() | |
void | setEvaluationOrder(intvalue) | |
Gets the Evaluation Order of the pivot filter. | ||
int | getFieldIndex() | |
Gets the field index of the pivot filter.
|
||
int | getFilterType() | |
Gets the autofilter type of the pivot filter.
The value of the property is PivotFilterType integer constant. |
||
int | getMeasureFldIndex() | |
void | setMeasureFldIndex(intvalue) | |
Gets the measure field index of the pivot filter. | ||
int | getMemberPropertyFieldIndex() | |
void | setMemberPropertyFieldIndex(intvalue) | |
Gets the member property field index of the pivot filter. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
Gets the name of the pivot filter. | ||
java.lang.String | getValue1() | |
void | setValue1(java.lang.Stringvalue) | |
Gets the string value1 of the label pivot filter. | ||
java.lang.String | getValue2() | |
void | setValue2(java.lang.Stringvalue) | |
Gets the string value2 of the label pivot filter. |
public AutoFilter getAutoFilter()
public int getFilterType()
public int getFieldIndex()
public java.lang.String getValue1() / public void setValue1(java.lang.String value)
public java.lang.String getValue2() / public void setValue2(java.lang.String value)
public int getMeasureFldIndex() / public void setMeasureFldIndex(int value)
public int getMemberPropertyFieldIndex() / public void setMemberPropertyFieldIndex(int value)
public java.lang.String getName() / public void setName(java.lang.String value)
public int getEvaluationOrder() / public void setEvaluationOrder(int value)