 | CellAddressCompareTo Method |
Compares two addresses using the column and row numbers
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxpublic 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