Gets the text of the specifies cell.
SyntaxVB6
Copy Code
|
|---|
Public Function GetText( _ |
C++
Copy Code
|
|---|
public: |
The text of the table cell.
RemarksReturns the text of the cell at the table - position specified by col and row arguments.
See Also