Removes a range of rows from the collection.
シンタックス
'宣言
Public Sub RemoveRange( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void RemoveRange(
System.int ,
System.int
)
パラメータ
- index
- The index of the first row to remove from the collection.
- count
- The number of rows to remove from the collection.
参照