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