Get the formatted text value of a cell on the active worksheet.
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);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace