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
)
Public Shared Function IsDoubled (
gradientStyle As GradientStyleType,
variant As GradientVariantsType
) As Boolean
public:
static bool IsDoubled(
GradientStyleType gradientStyle,
GradientVariantsType variant
)
static member IsDoubled :
gradientStyle : GradientStyleType *
variant : GradientVariantsType -> bool
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