'宣言 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
- 挿入する位置。
- count
- 挿入する行/列の数。