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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Boolean

Return Value

CellRange

See Also