'宣言 Public Overloads Sub Insert( _ ByVal position As System.Integer, _ ByVal count As System.Integer _ )
'使用法 Dim instance As TableVectorCollection Dim position As System.Integer Dim count As System.Integer instance.Insert(position, count)
パラメータ
- position
- The position where to insert rows or columns.
- count
- The number of rows or columns to insert.