KDCalc Class Library

IComInterop.SetNumber Method (Int32, Int32, Double)

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

void SetNumber(
   int row,
   int col,
   double number
);

Parameters

row
the row of the desired cell
col
the column of the desired cell
number
the new numeric value

See Also

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