Class ExcelRichTextColor
Inheritance
System.Object
ExcelRichTextColor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public class ExcelRichTextColor
Properties
Auto
Auto color
Declaration
public bool? Auto { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
HasAttributes
Declaration
public bool HasAttributes { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Indexed
The indexed color number. A negative value means not set.
Declaration
public int? Indexed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Rgb
The rgb color value set in the file.
Declaration
public Color Rgb { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Theme
The color theme.
Declaration
public eThemeSchemeColor? Theme { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<eThemeSchemeColor> |
Tint
The tint value for the color.
Declaration
public double? Tint { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |