Table of Contents

IExcelGradient Interface

Represents a gradient fill for a background cell. This class is abstract, you need to use its children: IExcelLinearGradient and IExcelRectangularGradient

Syntax

Unit: FlexCel.Core

IExcelGradient = interface(IInterface);

Methods

Name Description
Clone Creates a deep copy of this object.
CreateStops Initializes the stops aray.

Properties

Name Description
GradientType Type of gradient stored inside this object.
Stops Different colors used in the gradient. This array must have at least one stop, and no more than 256.