Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetViewCollection Class / Move Method
The current index of the SheetView
The new index for SheetView


In This Topic
    Move Method (SheetViewCollection)
    In This Topic
    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
    The current index of the SheetView
    to
    The new index for SheetView
    See Also