Set the numeric value of a cell on the active worksheet.
Set the numeric value of a cell on the active worksheet.
public void SetNumber(int,int,double);
Set the numeric value of a cell on the specified worksheet. Does not change the active sheet.
public void SetNumber(int,int,int,double);
Set the numeric value of a cell on the specified worksheet using the Sheet!A1 syntax.
public void SetNumber(string,double);
Set the numeric value of a cell on the specified worksheet. Does not change the active sheet.
public void SetNumber(string,int,int,double);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace