Click or drag to resize

ExcelGradient CompareTo Method

Compares with gradient.

Namespace: Spire.Xls
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 gradients are equal.

Implements

IGradient CompareTo(IGradient)
See Also