KDCalc Class Library

KDCalcEngine.GetFormattedText Method (String)

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

public string GetFormattedText(
   string sheetRowCol
);

Parameters

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

Return Value

The formatted text value of the specified cell.

Remarks

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

Example

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

See Also

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