Click or drag to resize
NanoXLSX

WorksheetGetFirstCellAddress Method

Gets the first existing cell in the current worksheet (bottom right)

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntax
C#
public Address? GetFirstCellAddress()

Return Value

NullableAddress
Nullable Cell Address. If no cell address could be determined, null will be returned
Remarks
GetFirstCellAddress() 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