Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / SelectAll Method


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