KDCalc Class Library

KDCalcEngine.GetText Method (String)

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

public string GetText(
   string sheetRowCol
);

Parameters

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

Return Value

The text value of the specified cell.

Remarks

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

Example

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

See Also

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