KDCalc Class Library

IComInterop.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.

string GetFormattedText(int,int);

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

string GetFormattedText(int,int,int);

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

string GetFormattedText(string,int,int);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace