列のインデックスを指定して TableCell オブジェクトを取得します。
シンタックス
'宣言
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As TableCell
'使用法
Dim instance As TableRow
Dim col As System.Integer
Dim value As TableCell
value = instance.Item(col)
public TableCell this[
System.int
]; {get;}
パラメータ
- col
- 列のインデックス。
プロパティ値
指定したインデックスのセル。
参照