KDCalc Class Library

KDCalcEngine.GetBoolean Method (String)

Get the boolean value of a cell on the specified worksheet using the Sheet!A1 syntax.

public bool GetBoolean(
   string sheetRowCol
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.

Return Value

The boolean value of the specified cell.

Remarks

If no sheet is specified, the active sheet is used.

Example

res = GetBoolean('my result sheet'!BC237)

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine.GetBoolean Overload List