public void Move( int from, int to )
'Declaration Public Sub Move( _ ByVal from As Integer, _ ByVal to As Integer _ )
'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)
'Usage
Dim instance As SheetViewCollection Dim from As Integer Dim to As Integer instance.Move(from, to)
SheetViewCollection Class SheetViewCollection Members