Show / Hide Table of Contents

Class ExcelDrawingSystemColor

Represents a system color

Inheritance
object
XmlHelper
ExcelDrawingSystemColor
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingSystemColor : XmlHelper

Properties

Color

The system color

Declaration
public eSystemColor Color { get; set; }
Property Value
Type Description
eSystemColor

LastColor

Last color computed.

Declaration
public Color LastColor { get; }
Property Value
Type Description
Color
In this article
Back to top Generated by DocFX