KDCalc Class Library

IComInterop.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.

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

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

void SetText(int,int,string);

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

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

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace