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