| Visual Basic (Declaration) | |
|---|---|
Public Sub Move( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal moveCount As Integer, _ ByVal isRowGroup As Boolean _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As DefaultRangeGroupModel Dim fromIndex As Integer Dim toIndex As Integer Dim moveCount As Integer Dim isRowGroup As Boolean instance.Move(fromIndex, toIndex, moveCount, isRowGroup)  | |
Parameters
- fromIndex
 - Index from which to begin the move
 - toIndex
 - Index at which to paste the range
 - moveCount
 - Number to move
 - isRowGroup
 - Whether the outline (range group) is of rows (or else columns)
 
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8