IWorksheet
GetFormulaBoolValue Method
|
Gets formula bool value from cell.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool GetFormulaBoolValue(
int row,
int column
)
Function GetFormulaBoolValue (
row As Integer,
column As Integer
) As Boolean
bool GetFormulaBoolValue(
int row,
int column
)
abstract GetFormulaBoolValue :
row : int *
column : int -> bool
Parameters
-
row
-
Type:
System
Int32
Represents row index.
-
column
-
Type:
System
Int32
Represents column index.
Return Value
Type:
Boolean
Returns found bool value. If cannot found returns false.
See Also