Worksheet.HasCell Method (Cell.Address)

NanoXLSX

NanoXLSX

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

Parameters

address
Type: NanoXLSXCellAddress
Address to check

Return Value

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