aspose.cells

Class PivotConditionalFormat

Property Getters/Setters Summary
functiongetFormatConditions()
functiongetPivotAreas()
functiongetRuleType()
function
          The value of the property is PivotConditionFormatRuleType integer constant.
functiongetScopeType()
function
          The value of the property is PivotConditionFormatScopeType integer constant.
 
Method Summary
functionaddCellArea(ca)
functionaddFieldArea(axisType, field)
functionaddFieldArea(axisType, fieldName)
functionapplyTo(row, column, scope)
functiongetCellAreas()
 

    • Property Getters/Setters Detail

      • getScopeType/setScopeType : Number 

        function getScopeType() / function setScopeType(value)
        
        The value of the property is PivotConditionFormatScopeType integer constant.
      • getRuleType/setRuleType : Number 

        function getRuleType() / function setRuleType(value)
        
        The value of the property is PivotConditionFormatRuleType integer constant.
    • Method Detail

      • getCellAreas

        function getCellAreas()
      • addCellArea

        function addCellArea(ca)
      • addFieldArea

        function addFieldArea(axisType, fieldName)
        Parameters:
        axisType - A PivotFieldType value.
      • addFieldArea

        function addFieldArea(axisType, field)
        Parameters:
        axisType - A PivotFieldType value.