Click or drag to resize

RangesCollection FindAllString Method

Finds the cell with the input string.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange[] FindAllString(
	string stringValue,
	bool formula,
	bool formulaValue
)

Parameters

stringValue
Type: System String
String value to search for
formula
Type: System Boolean
Indicates whether include formula
formulaValue
Type: System Boolean
Indicates whether include formula value

Return Value

Type: CellRange
Found ranges
See Also