'宣言 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
- The index of the first row or column to delete.
- count
- The number of rows or columns to delete.