PicoXLSX 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: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

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