PicoXLSX Library Documentation
![]() | CellCompareTo Method |
Implemented CompareTo method
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public int CompareTo( Cell other )
Parameters
- other
- Type: PicoXLSXCell
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)