KDCalc Class Library

IComInterop.SetText Method (Int32, Int32, String)

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

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

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.SetText Overload List