Property Getters/Setters Summary | ||
---|---|---|
method | getFormatConditions() | |
Get formatconditions for the pivot table condition format .
|
||
method | getRuleType() | |
method | setRuleType(value) | |
Get and set rule type for the pivot table condition format . The value of the property is PivotConditionFormatRuleType integer constant. | ||
method | getScopeType() | |
method | setScopeType(value) | |
Get and set scope type for the pivot table condition format . The value of the property is PivotConditionFormatScopeType integer constant. |
Method Summary | ||
---|---|---|
method | addColumnAreaCondition(columnField) | |
Adds PivotTable conditional format limit in the column fields.
|
||
method | addColumnAreaCondition(fieldName) | |
Adds PivotTable conditional format limit in the column fields.
|
||
method | addDataAreaCondition(dataField) | |
Adds PivotTable conditional format limit in the data fields.
|
||
method | addDataAreaCondition(fieldName) | |
Adds PivotTable conditional format limit in the data fields.
|
||
method | addRowAreaCondition(rowField) | |
Adds PivotTable conditional format limit in the row fields.
|
||
method | addRowAreaCondition(fieldName) | |
Adds PivotTable conditional format limit in the row fields.
|
||
method | setConditionalAreas() | |
Sets conditional areas of PivotFormatCondition object.
|
int getScopeType() / setScopeType(value)
int getRuleType() / setRuleType(value)
FormatConditionCollection getFormatConditions()
addDataAreaCondition(fieldName)
fieldName: String
- The name of PivotField.addDataAreaCondition(dataField)
dataField: PivotField
- The PivotField in the data fields.addRowAreaCondition(fieldName)
fieldName: String
- The name of PivotField.addRowAreaCondition(rowField)
rowField: PivotField
- The PivotField in the row fields.addColumnAreaCondition(fieldName)
fieldName: String
- The name of PivotField.addColumnAreaCondition(columnField)
columnField: PivotField
- The PivotField in the column fields.setConditionalAreas()