Click or drag to resize
NanoXLSX

WorksheetGetFirstDataCellAddress Method

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

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

Return Value

NullableAddress
Nullable Cell Address. If no cell address could be determined, null will be returned
Remarks
GetFirstDataCellAddress() will ignore formatted but empty cells before the first cell with data. If you want the first defined cell, use GetFirstCellAddress instead.
See Also