 | WorksheetCellsByValue Method |
Searches for cells that contain the specified value and returns a list of these cells.
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntaxpublic List<Cell> CellsByValue(
Object searchValue
)
Parameters
- searchValue Object
- The value to search for.
Return Value
ListCellA list of cells that contain the specified value.
See Also