Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ GetCellText(int Row, int Col);
public string GetCellText (int Row, int Col);
abstract member GetCellText : int * int -> string
Public Function GetCellText (Row As Integer, Col As Integer) As String