'宣言 Public Overloads Sub Insert( _ ByVal position As System.Integer _ )
'使用法 Dim instance As TableVectorCollection Dim position As System.Integer instance.Insert(position)
public void Insert( System.int position )
パラメータ
- position
- The position where to insert the row or column.