asposecells.api

Class ConditionalFormattingResult

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

Property Getters/Setters Summary
methodgetColorScaleResult()
Gets the display color of color scale.
methodgetConditionalFormattingColorScale()
Gets the ColorScale object.
methodgetConditionalFormattingDataBar()
Gets the DataBar object.
methodgetConditionalFormattingIcon()
Gets the image of icon set.
methodgetConditionalStyle()
Gets the conditional result style.
 

    • Property Getters/Setters Detail

      • getConditionalStyle : Style 

        Style getConditionalStyle()
        
        Gets the conditional result style.
      • getConditionalFormattingDataBar : DataBar 

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

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

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