KDCalc Class Library

KDCalcEngine.GetFormattedText Method (Int32, Int32)

Get the formatted text value of a cell on the active worksheet.

public string GetFormattedText(
   int row,
   int col
);

Parameters

row
the desired cell's row
col
the desired cell's column

Return Value

the formatted text value of the specified cell

Implements

IComInterop.GetFormattedText

See Also

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