 | WorksheetGetLastCellAddress Method |
Gets the last existing cell in the current worksheet (bottom right)
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
Syntaxpublic Address? GetLastCellAddress()
Return Value
NullableAddressNullable Cell Address. If no cell address could be determined, null will be returned
RemarksGetLastCellAddress() will not return the last cell with data in any case. If there is a formatted (or with definitions of hidden states, AutoFilters, heights or widths)
but empty cell (or many) after the last cell with data,
GetLastCellAddress() will return the address of this empty cell. Use
GetLastDataCellAddress in this case.
See Also