KDCalc Class Library

KDCalcEngine.SetBoolean Method (Int32, Int32, Int32, Boolean)

Set the logical value of a cell on the specified worksheet. Does not change the active sheet.

public void SetBoolean(
   int sheetIndex,
   int row,
   int col,
   bool b
);

Parameters

sheetIndex
the index of the worksheet
row
the row of the desired cell
col
the column of the desired cell
b
the new logical value

Implements

IComInterop.SetBoolean

See Also

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