KDCalc Class Library

IComInterop.GetNumber Method (Int32, Int32, Int32)

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

double GetNumber(
   int sheetIndex,
   int row,
   int col
);

Parameters

sheetIndex
the index of the worksheet
row
the desired cell's row
col
the desired cell's column

Return Value

the numeric value of the specified cell

Remarks

Does not change the active sheet.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.GetNumber Overload List