'使用法 Dim instance As TableColCollection Dim index As System.Integer Dim value As TableCol value = instance.FindCol(index)
パラメータ
- index
- The 0-based index of the column in the containing table.
戻り値の型
The TableCol object or null.
'使用法 Dim instance As TableColCollection Dim index As System.Integer Dim value As TableCol value = instance.FindCol(index)