FlexGrid for WinForms
MoveRange Method (ColumnCollection)



The index of the first row or column in the range to be moved.
The number of rows or columns that will be moved.
New position.
Moves a range of rows or columns to a new position in the collection.
Syntax
'Declaration
 
Public Overrides Sub MoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer, _
   ByVal indexNew As Integer _
) 
'Usage
 
Dim instance As ColumnCollection
Dim index As Integer
Dim count As Integer
Dim indexNew As Integer
 
instance.MoveRange(index, count, indexNew)
public override void MoveRange( 
   int index,
   int count,
   int indexNew
)
public:
void MoveRange( 
   int index,
   int count,
   int indexNew
) override 

Parameters

index
The index of the first row or column in the range to be moved.
count
The number of rows or columns that will be moved.
indexNew
New position.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnCollection Class
ColumnCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback