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


In This Topic
    SelectAll(NSObject) Method
    In This Topic
    Selects all the cells.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub SelectAll( _
       ByVal sender As Foundation.NSObject _
    ) 
    'Usage
     
    
    Dim instance As GridBase
    Dim sender As Foundation.NSObject
     
    instance.SelectAll(sender)
    public override void SelectAll( 
       Foundation.NSObject sender
    )

    Parameters

    sender
    See Also