Moves a range of
Column objects 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 column in the range that will be moved.
- count
- The number of columns that will be moved.
- indexNew
- New position for the first column in the range.
参照