Class 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 : XmlHelper
Properties
Color
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
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> |