KDCalc Class Library

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

void SetNumber(int,int,double);

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

void SetNumber(int,int,int,double);

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

void SetNumber(string,int,int,double);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace