KDCalc Class Library

KDCalcEngine.SetText Method (String, String)

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

public void SetText(
   string sheetRowCol,
   string str
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.
str
The new text value

Remarks

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

Example

SetText('my result sheet'!BC237, "hello")

See Also

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