Show / Hide Table of Contents

Class ExcelRichTextColor

Inheritance
System.Object
XmlHelper
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

Gets the rgb color depending in Rgb, Theme and Tint

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>
In This Article
Back to top Generated by DocFX