Returns the cell text.
Only the values that have been visible to the user at least once are available.
sCellText = oracleFormsListView.GetCellText(row, column)
Variable | Description |
---|---|
sCellText | STRING. |
row | The index of the row. The value is one-based. INTEGER. |
column | The name or index of the column. LISTITEM. |