Set the value of a cell on the specified worksheet.
Set the value of a cell on the specified worksheet.
public void SetValue(int,int,int,string);
Set the value of a cell on the active worksheet.
public void SetValue(int,int,string);
Set the value of a cell on the specified worksheet.
public void SetValue(string,int,int,string);
Set the value of a cell on the specified worksheet using the Sheet!A1 syntax.
public void SetValue(string,string);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace