[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IFillFormat.Gradient

Gradient Method

Gradient(GradientStyle, int, SchemeGradientStop[])

Fills the shape with the specified gradient.

Declaration
void Gradient(GradientStyle style, int variant, SchemeGradientStop[] gradientStops)
Sub Gradient(style As GradientStyle, [variant] As Integer, gradientStops As SchemeGradientStop())
Parameters
Type Name Description
GradientStyle style

The gradient style.

int variant

The gradient variant that the value from 1 through 4.

SchemeGradientStop[] gradientStops

The GrapeCity.Drawing.SchemeGradientStop array indicates the gradient stops of the gradient brush.