Click or drag to resize
PicoXLSX

CellAddressCompareTo Method

Compares two addresses using the column and row numbers

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
public int CompareTo(
	CellAddress other
)

Parameters

other  CellAddress
Other address.

Return Value

Int32
-1 if the other address is greater, 0 if equal and 1 if smaller.

Implements

IComparableTCompareTo(T)
See Also