'宣言 Public Sub RemoveRange( _ ByVal startingIndex As System.Integer, _ ByVal count As System.Integer _ )
public void RemoveRange( System.int startingIndex, System.int count )
パラメータ
- startingIndex
- The index from where the items are removed.
- count
- The number of rows that will be removed.