Class ExcelRichTextColor
Inheritance
ExcelRichTextColor
Assembly: EPPlus.dll
Syntax
public class ExcelRichTextColor
Properties
Auto
Declaration
public bool? Auto { get; set; }
Property Value
HasAttributes
Declaration
public bool HasAttributes { get; }
Property Value
Indexed
The indexed color number.
A negative value means not set.
Declaration
public int? Indexed { get; set; }
Property Value
Rgb
The rgb color value set in the file.
Declaration
public Color Rgb { get; set; }
Property Value
Theme
Declaration
public eThemeSchemeColor? Theme { get; set; }
Property Value
Tint
The tint value for the color.
Declaration
public double? Tint { get; set; }
Property Value