Click or drag to resize

XlsShapeFill IsDoubled Method

Detects whether color sequence should be doubled or not.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static bool IsDoubled(
	GradientStyleType gradientStyle,
	GradientVariantsType variant
)

Parameters

gradientStyle
Type: Spire.Xls GradientStyleType
Gradient style.
variant
Type: Spire.Xls GradientVariantsType
Gradient variant.

Return Value

Type: Boolean
True if color sequence should be doubled.
See Also