Click or drag to resize
PicoXLSX

WorksheetCellsByValue Method

Searches for cells that contain the specified value and returns a list of these cells.

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
public List<Cell> CellsByValue(
	Object searchValue
)

Parameters

searchValue  Object
The value to search for.

Return Value

ListCell
A list of cells that contain the specified value.
See Also