 | WorksheetGetFirstDataCellAddress Method |
Gets the first existing cell with data in the current worksheet (bottom right)
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntaxpublic Address? GetFirstDataCellAddress()
Return Value
NullableAddressNullable Cell Address. If no cell address could be determined, null will be returned
RemarksGetFirstDataCellAddress() will ignore formatted but empty cells before the first cell with data.
If you want the first defined cell, use
GetFirstCellAddress instead.
See Also