KDCalc Class Library

KDCalcEngine.SetText Method (Int32, Int32, String)

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

public void SetText(
   int row,
   int col,
   string str
);

Parameters

row
the row of the desired cell
col
the column of the desired cell
str
the new textual value

Implements

IComInterop.SetText

See Also

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