aspose.cells

Class ConditionalFormattingResult

Represents the result of conditional formatting which applies to a cell.

Property Getters/Setters Summary
functiongetColorScaleResult()
Gets the display color of color scale.
functiongetConditionalFormattingColorScale()
Gets the ColorScale object.
functiongetConditionalFormattingDataBar()
Gets the DataBar object.
functiongetConditionalFormattingIcon()
Gets the image of icon set.
functiongetConditionalStyle()
Gets the conditional result style.
 

    • Property Getters/Setters Detail

      • getConditionalStyle : Style 

        function getConditionalStyle()
        
        Gets the conditional result style.
      • getConditionalFormattingIcon : ConditionalFormattingIcon 

        function getConditionalFormattingIcon()
        
        Gets the image of icon set.
      • getConditionalFormattingDataBar : DataBar 

        function getConditionalFormattingDataBar()
        
        Gets the DataBar object.
      • getConditionalFormattingColorScale : ColorScale 

        function getConditionalFormattingColorScale()
        
        Gets the ColorScale object.
      • getColorScaleResult : Color 

        function getColorScaleResult()
        
        Gets the display color of color scale.