KDCalc Class Library

IComInterop.GetNumber Method

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

Overload List

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

double GetNumber(int,int);

Get the numeric value of a cell on the specified worksheet.

double GetNumber(int,int,int);

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

double GetNumber(string,int,int);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace