java.lang.Object
com.aspose.cells.PivotFormatCondition
public class PivotFormatCondition
| Property Getters/Setters Summary | ||
|---|---|---|
FormatConditionCollection | getFormatConditions() | |
| Get formatconditions for the pivot talbe condition format . | ||
int | getRuleType() | |
void | setRuleType(int value) | |
| Get and set rule type for the pivot talbe condition format . The value of the property is PivotConditionFormatRuleType integer constant. | ||
int | getScopeType() | |
void | setScopeType(int value) | |
| Get and set scope type for the pivot talbe condition format . The value of the property is PivotConditionFormatScopeType integer constant. | ||
| Property Getters/Setters Detail |
|---|
getScopeType/setScopeType | |
public int getScopeType() / public void setScopeType(int value) | |
getRuleType/setRuleType | |
public int getRuleType() / public void setRuleType(int value) | |
getFormatConditions | |
public FormatConditionCollection getFormatConditions() | |