Click or drag to resize
PicoXLSX

Worksheet.CellsByValue 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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public List<Cell> CellsByValue(
	Object searchValue
)

Parameters

searchValue  Object
The value to search for.

Return Value

List<Cell>
A list of cells that contain the specified value.
See Also