NanoXLSX Library Documentation
![]() | CellCompareTo Method |
Implemented CompareTo method
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public int CompareTo( Cell other )
Parameters
- other
- Type: NanoXLSXCell
Object to compare
Return Value
Type: Int320 if values are the same, -1 if this object is smaller, 1 if it is bigger
Implements
IComparableTCompareTo(T)