Spread ASP.NET 6.0 Product Documentation
Move Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : Move Method


from
current index of SheetView
to
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
current index of SheetView
to
new index for SheetView

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.