KDCalc Class Library

IComInterop.SetText Method (String, Int32, Int32, String)

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

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

Parameters

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