 | WorksheetGetFirstCellAddress Method |
Gets the first existing cell in the current worksheet (bottom right)
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntaxpublic Address? GetFirstCellAddress()
Return Value
NullableAddressNullable Cell Address. If no cell address could be determined, null will be returned
RemarksGetFirstCellAddress() will not return the first cell with data in any case. If there is a formatted but empty cell (or many) before the first cell with data,
GetLastCellAddress() will return the address of this empty cell. Use
GetFirstDataCellAddress in this case.
See Also