XlsWorksheetsCollection
FindAll Method (String, FindType)
|
Finds all occurrences of a specified value within the worksheet and returns their cell ranges.
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(
string findValue,
FindType flags
)
Protected Function FindAll (
findValue As String,
flags As FindType
) As CellRange()
protected:
array<CellRange^>^ FindAll(
String^ findValue,
FindType flags
)
member FindAll :
findValue : string *
flags : FindType -> CellRange[]
Parameters
-
findValue
-
Type:
System
String
-
flags
-
Type:
Spire.Xls
FindType
Return Value
Type:
CellRange
See Also