KDCalc Class Library

IComInterop.GetText Method (Int32, Int32, Int32)

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

string GetText(
   int sheetIndex,
   int row,
   int col
);

Parameters

sheetIndex
the index of the worksheet
row
the desired cell's row
col
the desired cell's column

Return Value

the textual value of the specified cell

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.GetText Overload List