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