KDCalc Class Library

IComInterop.SetBoolean Method (Int32, Int32, Boolean)

Set the logical value of a cell on the active worksheet.

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

Parameters

row
the row of the desired cell
col
the column of the desired cell
b
the new logical value

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.SetBoolean Overload List