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