NanoXLSX Library Documentation
![]() | WorksheetHasCell Method (CellAddress) |
Gets whether the specified address exists in the worksheet. Existing means that a value was stored at the address
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public bool HasCell( CellAddress address )
Parameters
- address
- Type: NanoXLSXCellAddress
Address to check
Return Value
Type: Booleantrue if the cell exists, otherwise false.
