Moves a range of rows to a new position in the collection.
シンタックス
'宣言
Public Overrides Sub MoveRange( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public override void MoveRange(
System.int ,
System.int ,
System.int
)
パラメータ
- index
- The index of the first row in the range that will be moved.
- count
- The number of rows that will be moved.
- indexNew
- New position for the first row in the range.
参照