KDCalc Class Library

KDCalcEngine.SetText Method

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

Overload List

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

public void SetText(int,int,int,string);

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

public void SetText(int,int,string);

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

public void SetText(string,int,int,string);

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

public void SetText(string,string);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace