KDCalc Class Library

KDCalcEngine.SetNumber Method (String, Int32, Int32, Double)

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

public void SetNumber(
   string sheetName,
   int row,
   int col,
   double number
);

Parameters

sheetName
the name of the worksheet
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