'使用法 Dim instance As TableColCollection Dim index As System.Integer Dim value As TableCol value = instance.FindCol(index)
パラメータ
- index
- 所属先のテーブル内の列の0から始まるインデックス。
戻り値の型
検索された列または null を返します。
'使用法 Dim instance As TableColCollection Dim index As System.Integer Dim value As TableCol value = instance.FindCol(index)