Cell.CompareTo Method

NanoXLSX

NanoXLSX

CellCompareTo Method

Implemented CompareTo method

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public int CompareTo(
	Cell other
)

Parameters

other
Type: NanoXLSXCell
Object to compare

Return Value

Type: Int32
0 if values are the same, -1 if this object is smaller, 1 if it is bigger

Implements

IComparableTCompareTo(T)
See Also