Show / Hide Table of Contents

Class ExcelColorTransformItem

Different types of transformation performed on a color

Inheritance
System.Object
XmlHelper
ExcelColorTransformItem
Implements
IColorTransformItem
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)
Namespace: OfficeOpenXml.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public class ExcelColorTransformItem : XmlHelper, IColorTransformItem, ISource

Properties

DataType

Datatype for color transformation

Declaration
public eColorTransformDataType DataType { get; }
Property Value
Type Description
eColorTransformDataType

Type

The type of transformation

Declaration
public eColorTransformType Type { get; }
Property Value
Type Description
eColorTransformType

Value

The value of the color tranformation

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double

Methods

ToString()

Converts the object to a string

Declaration
public override string ToString()
Returns
Type Description
System.String

The type

Overrides
System.Object.ToString()

Implements

IColorTransformItem
Back to top Generated by DocFX