セル テキストを返します。
少なくとも一度はユーザーに表示された値のみが利用できます。
cellText = oracleFormsListView.GetCellText(row, column)
cellText = oracleFormsListView.GetCellText(row, column)
| 変数 | 説明 |
|---|---|
| cellText | String。 |
| row | 行のインデックス。 The value is zero-based.。 Integer。 |
| column | 列の名前またはインデックス。 ItemIdentifier。 |