Class ConditionalFormattingStyle
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
BorderColor
Gets or sets the border color in hex format
public string BorderColor { get; set; }
Property Value
FontColor
Gets or sets the font color in hex format (e.g., "FFFFFFFF" for white)
public string FontColor { get; set; }
Property Value
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; }