Show / Hide Table of Contents

Class ExcelColorXml

Xml access class for color

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelColorXml
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style.XmlAccess
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelColorXml : StyleXmlHelper

Properties

Auto

Declaration
public bool Auto { get; set; }
Property Value
Type Description
System.Boolean

Indexed

Indexed color value

Declaration
public int Indexed { get; set; }
Property Value
Type Description
System.Int32

Rgb

RGB value

Declaration
public string Rgb { get; set; }
Property Value
Type Description
System.String

Theme

Theme color value

Declaration
public string Theme { get; }
Property Value
Type Description
System.String

Tint

Tint

Declaration
public decimal Tint { get; set; }
Property Value
Type Description
System.Decimal

Methods

SetColor(Color)

Declaration
public void SetColor(Color color)
Parameters
Type Name Description
System.Drawing.Color color
Back to top Generated by DocFX