KDCalc Class Library

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

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

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

Parameters

sheetIndex
the index of the worksheet
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