Table of Contents

Class ExcelRichTextColor

Namespace
OfficeOpenXml.Style
Assembly
EPPlus.dll
public class ExcelRichTextColor
Inheritance
ExcelRichTextColor
Inherited Members

Constructors

ExcelRichTextColor()

public ExcelRichTextColor()

Properties

Auto

Auto color

public bool? Auto { get; set; }

Property Value

bool?

HasAttributes

public bool HasAttributes { get; }

Property Value

bool

Indexed

The indexed color number. A negative value means not set.

public int? Indexed { get; set; }

Property Value

int?

Rgb

The rgb color value set in the file.

public Color Rgb { get; set; }

Property Value

Color

Theme

The color theme.

public eThemeSchemeColor? Theme { get; set; }

Property Value

eThemeSchemeColor?

Tint

The tint value for the color.

public double? Tint { get; set; }

Property Value

double?