Spread Windows Forms 12.0 Product Documentation
Move(Int32,Int32) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetViewCollection Class : Move(Int32,Int32) Method
Current index of SheetView
New index for SheetView
Moves the specified SheetView to a different index in the collection.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal from As Integer, _
   ByVal to As Integer _
) 
'Usage
 
Dim instance As SheetViewCollection
Dim from As Integer
Dim to As Integer
 
instance.Move(from, to)
public void Move( 
   int from,
   int to
)

Parameters

from
Current index of SheetView
to
New index for SheetView
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members