Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected CellRange[] FindAll(
	bool findValue
)
Protected Function FindAll ( 
	findValue As Boolean
) As CellRange()
protected:
array<CellRange^>^ FindAll(
	bool findValue
)
member FindAll : 
        findValue : bool -> CellRange[] 

Parameters

findValue
Boolean

Return Value

array<CellRange>[]()[][]

See Also