Click or drag to resize
NanoXLSX

WorksheetGetLastDataCellAddress Method

Gets the last existing cell with data in the current worksheet (bottom right)

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
Syntax
C#
public Address? GetLastDataCellAddress()

Return Value

NullableAddress
Nullable Cell Address. If no cell address could be determined, null will be returned
Remarks
GetLastDataCellAddress() will ignore formatted (or with definitions of hidden states, AutoFilters, heights or widths) but empty cells after the last cell with data. If you want the last defined cell, use GetLastCellAddress instead.
See Also