Worksheet.HasCell Method (Cell.Address)

PicoXLSX

PicoXLSX

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)
Syntax
C#
public bool HasCell(
	CellAddress address
)

Parameters

address
Type: PicoXLSXCellAddress
Address to check

Return Value

Type: Boolean
true if the cell exists, otherwise false.
See Also