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

objectConditionalFormattingResult

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

Color

ConditionalFormattingColorScale

Gets the ColorScale object.

public ColorScale ConditionalFormattingColorScale { get; }

Property Value

ColorScale

ConditionalFormattingDataBar

Gets the DataBar object.

public DataBar ConditionalFormattingDataBar { get; }

Property Value

DataBar

ConditionalFormattingIcon

Gets the image of icon set.

public ConditionalFormattingIcon ConditionalFormattingIcon { get; }

Property Value

ConditionalFormattingIcon

ConditionalStyle

Gets the conditional result style.

public Style ConditionalStyle { get; }

Property Value

Style