'宣言 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
- セルの0から始まる行インデックス。
- col
- セルの0から始まる列インデックス。
戻り値の型
検索されたセルまたは null を返します。