KDCalc Class Library

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

string GetText(int,int);

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

string GetText(int,int,int);

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

string GetText(string,int,int);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace