Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / Refresh Method / Refresh() Method


In This Topic
    Refresh() Method
    In This Topic
    Recreates all the cells.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Refresh() 
    'Usage
     
    
    Dim instance As GridBase
     
    instance.Refresh()
    public void Refresh()
    See Also