Spread for ASP.NET 7.0 Product Documentation
Move Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : Move Method


from
The current index of the SheetView
to
The new index for SheetView

Glossary Item Box

Moves the specified SheetView to a different index in the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Move( _
   ByVal from As Integer, _
   ByVal to As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As SheetViewCollection
Dim from As Integer
Dim to As Integer
 
instance.Move(from, to)
C# 
public void Move( 
   int from,
   int to
)

Parameters

from
The current index of the SheetView
to
The new index for SheetView

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

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