KDCalc Class Library

KDCalcEngine.GetFormattedText Method

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

Overload List

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

public string GetFormattedText(int,int);

Get the formatted text value of a cell on the specified worksheet. Does not change the active sheet.

public string GetFormattedText(int,int,int);

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

public string GetFormattedText(string);

Get the formatted text value of a cell on the specified worksheet. Does not change the active sheet.

public string GetFormattedText(string,int,int);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace