Show / Hide Table of Contents

Class ExcelDrawingSchemeColor

Represents a scheme color

Inheritance
System.Object
XmlHelper
ExcelDrawingSchemeColor
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.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingSchemeColor : XmlHelper

Properties

Color

The scheme color

Declaration
public eSchemeColor Color { get; set; }
Property Value
Type Description
eSchemeColor
Back to top Generated by DocFX