Get the textual value of a cell on the active worksheet.
Get the textual value of a cell on the active worksheet.
public string GetText(int,int);
Get the textual value of a cell on the specified worksheet. Does not change the active sheet.
public string GetText(int,int,int);
Get the textual value of a cell on the specified worksheet using the Sheet!A1 syntax.
public string GetText(string);
Get the textual value of a cell on the specified worksheet. Does not change the active sheet.
public string GetText(string,int,int);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace