Click or drag to resize

XlsGradient GradientStyle Property

Gets or sets the gradient style type for the fill.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public GradientStyleType GradientStyle { get; set; }

Return Value

Type: GradientStyleType
The gradient style type.

Implements

IGradient GradientStyle
Exceptions
Exception Condition
NotSupportedException Thrown when the fill type is not set to Gradient.
See Also