Cell.CompareTo Method

PicoXLSX

PicoXLSX

CellCompareTo Method

Implemented CompareTo method

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public int CompareTo(
	Cell other
)

Parameters

other
Type: PicoXLSXCell
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