Class ConditionalFormattingResult
Class ConditionalFormattingResult
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the result of conditional formatting which applies to a cell.
public class ConditionalFormattingResult
Inheritance
object ← ConditionalFormattingResult
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
ColorScaleResult
Gets the display color of color scale.
public Color ColorScaleResult { get; }
Property Value
ConditionalFormattingColorScale
Gets the ColorScale object.
public ColorScale ConditionalFormattingColorScale { get; }
Property Value
ConditionalFormattingDataBar
Gets the DataBar object.
public DataBar ConditionalFormattingDataBar { get; }
Property Value
ConditionalFormattingIcon
Gets the image of icon set.
public ConditionalFormattingIcon ConditionalFormattingIcon { get; }
Property Value
ConditionalStyle
Gets the conditional result style.
public Style ConditionalStyle { get; }