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


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