Class ExcelRichTextColor
Inheritance
Object
ExcelRichTextColor
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
|---|---|
| Nullable<Boolean> |
HasAttributes
Declaration
public bool HasAttributes { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Indexed
The indexed color number. A negative value means not set.
Declaration
public int? Indexed { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Int32> |
Rgb
The rgb color value set in the file.
Declaration
public Color Rgb { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Theme
The color theme.
Declaration
public eThemeSchemeColor? Theme { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<eThemeSchemeColor> |
Tint
The tint value for the color.
Declaration
public double? Tint { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Double> |