Returns the cell text.
Only the values that have been visible to the user at least once are available.
cellText = oracleFormsListView.GetCellText(row, column)
cellText = oracleFormsListView.GetCellText(row, column)
| Variable | Description |
|---|---|
| cellText | String. |
| row | The index of the row. The value is zero-based. Integer. |
| column | The name or index of the column. ItemIdentifier. |