Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / Post Method / Post(Action) Method


In This Topic
    Post(Action) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Post( _
       ByVal action As Action _
    ) As Boolean
    'Usage
     
    
    Dim instance As FlexGrid
    Dim action As Action
    Dim value As Boolean
     
    value = instance.Post(action)
    public bool Post( 
       Action action
    )

    Parameters

    action
    See Also