Click or drag to resize

XlsShapeFill IsInverted Method

Returns true if colors should be placed in inverted order.

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 IsInverted(
	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 colors should be placed in inverted order.
See Also