KDCalc Class Library

IComInterop.SetNumber Method (Int32, Int32, Int32, Double)

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

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

Parameters

sheetIndex
the index of the worksheet
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