Click or drag to resize

XlsFont CompareTo Method

Compares the current instance with another object of the same type.

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(
	Object obj
)

Parameters

obj
Type: System Object
Object to compare with this instance.

Return Value

Type: Int32
Less than zero- This instance is less than obj. Zero- This instance is equal to obj. Greater than zero - This instance is greater than obj.

Implements

IComparable CompareTo(Object)
See Also