'宣言 Public ReadOnly Property Item( _ ByVal row As System.Integer, _ ByVal col As System.Integer _ ) As TableCell
'使用法 Dim instance As TableCellCollection Dim row As System.Integer Dim col As System.Integer Dim value As TableCell value = instance.Item(row, col)
パラメータ
- row
- 行のインデックス。
- col
- 列のインデックス。