KDCalc Class Library

KDCalcEngine.SetNumber Method (Int32, Int32, Double)

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

public 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

Implements

IComInterop.SetNumber

See Also

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