XlsGradient
TwoColorGradient Method (GradientStyleType)
|
Sets the specified XlsFill to a two-color gradient.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void TwoColorGradient(
GradientStyleType style
)
Public Sub TwoColorGradient (
style As GradientStyleType
)
public:
void TwoColorGradient(
GradientStyleType style
)
member TwoColorGradient :
style : GradientStyleType -> unit
Parameters
-
style
-
Type:
Spire.Xls
GradientStyleType
Represents shading shading style.
See Also