KDCalc Class Library

KDCalcEngine.GetText Method (Int32, Int32)

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

public string GetText(
   int row,
   int col
);

Parameters

row
the desired cell's row
col
the desired cell's column

Return Value

the textual value of the specified cell

Implements

IComInterop.GetText

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine.GetText Overload List