Set the textual value of a cell on the specified worksheet. Does not change the active sheet.
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);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace