[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.GradientType

GradientType Enum

Type of gradient fill being used, either linear or path.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum GradientType : short
Public Enum GradientType As Short

Fields

Name Description
Linear

This gradient fill is of linear gradient type. Linear gradient type means that the transition from one color to the next is along a line.

Rectangular

This gradient fill is of path gradient type. Rectangular gradient type means the that the boundary of transition from one color to the next is a rectangle, defined by top, bottom, left, and right attributes on the gradientFill element.