KDCalc Class Library

KDCalcEngine.SetBoolean Method (String, Boolean)

Set the textual value of a cell on the specified worksheet using the Sheet!A1 syntax.

public void SetBoolean(
   string sheetRowCol,
   bool b
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.
b
the new logical value

Remarks

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

Example

SetBoolean('my result sheet'!BC237, true)

See Also

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