Table of Contents

Class ConditionalFormattingStyle

Namespace
Openize.Cells
Assembly
Openize.OpenXMLSDK.dll

Represents a conditional formatting style definition.

public class ConditionalFormattingStyle
Inheritance
ConditionalFormattingStyle
Inherited Members

Properties

BackgroundColor

Gets or sets the background color in hex format (e.g., "FF92D050" for green)

public string BackgroundColor { get; set; }

Property Value

string

BorderColor

Gets or sets the border color in hex format

public string BorderColor { get; set; }

Property Value

string

FontColor

Gets or sets the font color in hex format (e.g., "FFFFFFFF" for white)

public string FontColor { get; set; }

Property Value

string

IsBold

Gets or sets whether the font is bold

public bool? IsBold { get; set; }

Property Value

bool?

IsItalic

Gets or sets whether the font is italic

public bool? IsItalic { get; set; }

Property Value

bool?

PatternType

Gets or sets the pattern type for fill

public PatternValues? PatternType { get; set; }

Property Value

PatternValues?