FlexGrid for WinForms
MoveRange Method (RowColCollection)



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 Overridable Sub MoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer, _
   ByVal indexNew As Integer _
) 
'Usage
 
Dim instance As RowColCollection
Dim index As Integer
Dim count As Integer
Dim indexNew As Integer
 
instance.MoveRange(index, count, indexNew)
public virtual void MoveRange( 
   int index,
   int count,
   int indexNew
)
public:
virtual void MoveRange( 
   int index,
   int count,
   int indexNew
) 

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

RowColCollection Class
RowColCollection Members

 

 


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

Send Feedback