Table of Contents

TGradientStop Structure

Represents one of the points in a Gradient definition for an Excel cell. Note that drawings (autoshapes, charts, etc) use a different Gradient definition: TDrawingGradientStop

Syntax

Namespace: FlexCel.Core

public struct TGradientStop

Constructors

Name Description
TGradientStop Creates a new Gradient stop.

Methods

Name Description
CompareTo Compares 2 instances of this struct.
Equals Returns if this struct has the same values as other one.
GetHashCode Returns the hashcode for this struct.

Operators

Name Description
Equality Returns true if both gradient stops are equal.
Inequality Returns true if both gradient stops are different.
GreaterThan Returns true if o1 is bigger than o2.
LessThan Returns true if o1 is less than o2.

Properties

Name Description
Position This value must be between 0 and 1, and represents the position in the gradient where the Color in this structure is pure.
Color Color for this definition.