Show / Hide Table of Contents

Class ExcelDrawingPresetColor

Represents a preset color

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

Properties

Color

The preset color

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