KDCalc Class Library

KDCalcEngine.GetNumber Method (String)

Get the numeric value of a cell on the specified worksheet using the Sheet!A1 syntax.

public double GetNumber(
   string sheetRowCol
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.

Return Value

The numeric value of the specified cell.

Remarks

If no sheet is specified, the active sheet is used.

Example

res = GetNumber('my result sheet'!BC237)

See Also

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