KDCalc Class Library

KDCalcEngine.GetNumber Method (String, Int32, Int32)

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

public double GetNumber(
   string sheetName,
   int row,
   int col
);

Parameters

sheetName
the name of the worksheet
row
the desired cell's row
col
the desired cell's column

Return Value

the numeric value of the specified cell

Implements

IComInterop.GetNumber

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine.GetNumber Overload List