行と列のインデックスを指定して TableCell オブジェクトを取得します。
シンタックス
'宣言
Public ReadOnly Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As TableCell
public TableCell Item(
System.int ,
System.int
) {get;}
パラメータ
- row
- 行のインデックス。
- col
- 列のインデックス。
プロパティ値
指定した行と列の交差にあるセル。
参照