Click or drag to resize

XlsWorksheetsCollection FindAll Method (Double, FindType)

Finds all cells in the worksheet that match the specified value and criteria.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected CellRange[] FindAll(
	double findValue,
	FindType flags
)

Parameters

findValue
Type: System Double
flags
Type: Spire.Xls FindType

Return Value

Type: CellRange
See Also