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