Adds a range of rows to the collection at a specified position.
シンタックス
'宣言
Public Sub InsertRange( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void InsertRange(
System.int ,
System.int
)
パラメータ
- index
- The position where the new range will be inserted.
- count
- The number of rows to add.
参照