Click or drag to resize

XlsStyle CompareTo Method

Compares the current XlsStyle instance with another object to determine their relative order.

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
The object to compare with the current XlsStyle instance.

Return Value

Type: Int32
Zero: This instance is equal to obj.

Implements

IComparable CompareTo(Object)
See Also