Click or drag to resize

XlsShapeFill CompareTo Method

Compares with shape XlsFill impl.

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

Parameters

twin
Type: Spire.Xls.Core IGradient
Shape XlsFill to compare with.

Return Value

Type: Int32
Zero if shape fills are equal.
See Also