KDCalc Class Library

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

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

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

See Also

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