'宣言 Public Function FindCell( _ 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.FindCell(row, col)
パラメータ
- row
- The 0-based row index of the cell.
- col
- The 0-based column index of the cell.
戻り値の型
The TableCell object at the specified row and column, or null.