KDCalc Class Library

KDCalcEngine.SetNumber Method

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

Overload List

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);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace