Click or drag to resize

GradientArrayWrapper CompareTo Method

Compares with shape XlsFill impl.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int CompareTo(
	IGradient gradient
)

Parameters

gradient
Type: Spire.Xls.Core IGradient
Gradient to compare with.

Return Value

Type: Int32
Zero if shape fills are equal.

Implements

IGradient CompareTo(IGradient)
See Also