Show / Hide Table of Contents

Class ExcelColorTransformItem

Different types of transformation performed on a color

Inheritance
Object
XmlHelper
ExcelColorTransformItem
Implements
IColorTransformItem
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: OfficeOpenXml.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public class ExcelColorTransformItem : XmlHelper, IColorTransformItem

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
Double

Methods

ToString()

Converts the object to a string

Declaration
public override string ToString()
Returns
Type Description
String

The type

Overrides
System.Object.ToString()

Implements

IColorTransformItem
In this article
Back to top Generated by DocFX