KDCalc Class Library

KDCalcEngine.GetText Method

Get the textual value of a cell on the active worksheet.

Overload List

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);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace