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