Show / Hide Table of Contents

Interface IColorTransformItem

Color transformation item

Namespace: OfficeOpenXml.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public interface IColorTransformItem

Properties

DataType

Datetype of the value property

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

Type

Type of tranformation

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

Value

The value

Declaration
double Value { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX