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
)
Public Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
) sealed
abstract CompareTo :
obj : Object -> int
override CompareTo :
obj : Object -> int
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