| AddressScope enum name | NanoXLSX.Cell | |
| AddressType enum name | NanoXLSX.Cell | |
| Cell() | NanoXLSX.Cell | |
| Cell(object value, CellType type) | NanoXLSX.Cell | |
| Cell(object value, CellType type, string address) | NanoXLSX.Cell | |
| Cell(object value, CellType type, Address address) | NanoXLSX.Cell | |
| Cell(object value, CellType type, int column, int row) | NanoXLSX.Cell | |
| CellAddress | NanoXLSX.Cell | |
| CellAddress2 | NanoXLSX.Cell | |
| CellAddressType | NanoXLSX.Cell | |
| CellStyle | NanoXLSX.Cell | |
| CellType enum name | NanoXLSX.Cell | |
| ColumnNumber | NanoXLSX.Cell | |
| CompareTo(Cell other) | NanoXLSX.Cell | |
| ConvertArray< T >(IEnumerable< T > list) | NanoXLSX.Cell | static |
| DataType | NanoXLSX.Cell | |
| Equals(object obj) | NanoXLSX.Cell | |
| GetAddressScope(string addressExpression) | NanoXLSX.Cell | static |
| GetCellRange(string range) | NanoXLSX.Cell | static |
| GetCellRange(string startAddress, string endAddress) | NanoXLSX.Cell | static |
| GetCellRange(int startColumn, int startRow, int endColumn, int endRow) | NanoXLSX.Cell | static |
| GetCellRange(Address startAddress, Address endAddress) | NanoXLSX.Cell | static |
| GetHashCode() | NanoXLSX.Cell | |
| operator!=(Cell left, Cell right) | NanoXLSX.Cell | static |
| operator<(Cell left, Cell right) | NanoXLSX.Cell | static |
| operator<=(Cell left, Cell right) | NanoXLSX.Cell | static |
| operator==(Cell left, Cell right) | NanoXLSX.Cell | static |
| operator>(Cell left, Cell right) | NanoXLSX.Cell | static |
| operator>=(Cell left, Cell right) | NanoXLSX.Cell | static |
| RemoveStyle() | NanoXLSX.Cell | |
| ResolveCellAddress(int column, int row, AddressType type=AddressType.Default) | NanoXLSX.Cell | static |
| ResolveCellCoordinate(string address) | NanoXLSX.Cell | static |
| ResolveCellCoordinate(string address, out int column, out int row) | NanoXLSX.Cell | static |
| ResolveCellCoordinate(string address, out int column, out int row, out AddressType addressType) | NanoXLSX.Cell | static |
| ResolveCellRange(string range) | NanoXLSX.Cell | static |
| ResolveCellType() | NanoXLSX.Cell | |
| ResolveColumn(string columnAddress) | NanoXLSX.Cell | static |
| ResolveColumnAddress(int columnNumber) | NanoXLSX.Cell | static |
| RowNumber | NanoXLSX.Cell | |
| SetCellLockedState(bool isLocked, bool isHidden) | NanoXLSX.Cell | |
| SetStyle(Style style, bool unmanaged=false) | NanoXLSX.Cell | |
| ValidateColumnNumber(int column) | NanoXLSX.Cell | static |
| ValidateRowNumber(int row) | NanoXLSX.Cell | static |
| Value | NanoXLSX.Cell | |