Spread Windows Forms 6.0 Product Documentation
Move Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultRangeGroupModel Class : Move Method


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)

Glossary Item Box

Moves an outline (range group) by the specified indexes.

Syntax

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)
C# 
public void Move( 
   int fromIndex,
   int toIndex,
   int moveCount,
   bool 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)

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.