ComponentOne Xamarin.Android
GetChildAt Method (GridCellsPanel)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellsPanel Class : GetChildAt Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getChildAt", 
   "(I)Landroid/view/View;", 
   "GetGetChildAt_IHandler")>
Public Overridable Function GetChildAt( _
   ByVal index As Integer _
) As Android.Views.View
'Usage
 
Dim instance As GridCellsPanel
Dim index As Integer
Dim value As Android.Views.View
 
value = instance.GetChildAt(index)
[Android.Runtime.Register("getChildAt", 
   "(I)Landroid/view/View;", 
   "GetGetChildAt_IHandler")]
public virtual Android.Views.View GetChildAt( 
   int index
)

Parameters

index
See Also

Reference

GridCellsPanel Class
GridCellsPanel Members