Show / Hide Table of Contents

Class ExcelDrawingRgbColor

Represents a RGB color

Inheritance
object
XmlHelper
ExcelDrawingRgbColor
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 ExcelDrawingRgbColor : XmlHelper

Properties

Color

The color

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