Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumnHeaderCell Class / FindViewById Method / FindViewById(Int32) Method


In This Topic
    FindViewById(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("findViewById", 
       "(I)Landroid/view/View;", 
       "")>
    Public Overloads Function FindViewById( _
       ByVal id As Integer _
    ) As Android.Views.View
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim id As Integer
    Dim value As Android.Views.View
     
    value = instance.FindViewById(id)
    [Android.Runtime.Register("findViewById", 
       "(I)Landroid/view/View;", 
       "")]
    public Android.Views.View FindViewById( 
       int id
    )

    Parameters

    id
    See Also