Property Getters/Setters Summary | ||
---|---|---|
method | getFormatConditions() | |
method | getPivotAreas() | |
method | getRuleType() | |
method | setRuleType(value) | |
The value of the property is PivotConditionFormatRuleType integer constant. | ||
method | getScopeType() | |
method | setScopeType(value) | |
The value of the property is PivotConditionFormatScopeType integer constant. |
Method Summary | ||
---|---|---|
method | addCellArea(ca) | |
method | addFieldArea(axisType, field) | |
method | addFieldArea(axisType, fieldName) | |
method | applyTo(row, column, scope) | |
method | getCellAreas() | |
PivotAreaCollection getPivotAreas()
FormatConditionCollection getFormatConditions()
int getScopeType() / setScopeType(value)
int getRuleType() / setRuleType(value)
CellArea[] getCellAreas()
addCellArea(ca)
applyTo(row, column, scope)
scope
- A PivotConditionFormatScopeType value.addFieldArea(axisType, fieldName)
axisType
- A PivotFieldType value.addFieldArea(axisType, field)
axisType
- A PivotFieldType value.