Worksheet
FindAllBool Method
|
Finds the cell with the input bool.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange[] FindAllBool(
bool boolValue
)
Public Function FindAllBool (
boolValue As Boolean
) As CellRange()
public:
array<CellRange^>^ FindAllBool(
bool boolValue
)
member FindAllBool :
boolValue : bool -> CellRange[]
Parameters
-
boolValue
-
Type:
System
Boolean
Bool value to search for.
Return Value
Type:
CellRange
Found ranges.
See Also