Sets the text string for the specified cell in this table entity.
Parameters
Parameters
Description
row
[in] Row index of the cell.
column
[in] Column index of the cell.
textString
[in] Text string.
Remarks
Method generates the eInvalidInput exception when the row argument is more than the number of rows or the column argument is more than the number of columns.