'宣言 Public Overloads Sub Delete( _ 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.Delete(position, count)
パラメータ
- position
- 削除する最初の行/列のインデックス。
- count
- 削除する行/列の数。