ComponentOne Xamarin.Android
Move Method


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridRowColCollection<T> Class : Move Method
Syntax
'Declaration
 
Public Sub Move( _
   ByVal from As Integer, _
   ByVal to As Integer _
) 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim from As Integer
Dim to As Integer
 
instance.Move(from, to)
public void Move( 
   int from,
   int to
)

Parameters

from
to
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members