Class ExcelColorTransformItem
- Namespace
- OfficeOpenXml.Drawing.Style.Coloring
- Assembly
- EPPlus.dll
Different types of transformation performed on a color
public class ExcelColorTransformItem : XmlHelper, IColorTransformItem
- Inheritance
-
ExcelColorTransformItem
- Implements
- Inherited Members
Properties
DataType
Datatype for color transformation
public eColorTransformDataType DataType { get; }
Property Value
Type
The type of transformation
public eColorTransformType Type { get; }
Property Value
Value
The value of the color tranformation
public double Value { get; set; }
Property Value
Methods
ToString()
Converts the object to a string
public override string ToString()
Returns
- string
The type