Show / Hide Table of Contents

Class ExcelDrawingColorChangeEffect

A color change effect

Inheritance
object
XmlHelper
ExcelDrawingColorChangeEffect
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.Effect
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingColorChangeEffect : XmlHelper

Properties

ColorFrom

The color to transform from

Declaration
public ExcelDrawingColorManager ColorFrom { get; }
Property Value
Type Description
ExcelDrawingColorManager

ColorTo

The color to transform to

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