KDCalc Class Library

KDCalcEngine.SetNumber Method (String, Double)

Set the numeric value of a cell on the specified worksheet using the Sheet!A1 syntax.

public void SetNumber(
   string sheetRowCol,
   double number
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.
number
The new numeric value

Remarks

If no sheet is specified, the active sheet is used.

Example

SetNumber('my result sheet'!BC237, 42.123)

See Also

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