Pastes the content of the clipboard to the grid.
public override void Paste(
Foundation.NSObject
)
'Declaration
Public Overloads Overrides Sub Paste( _
ByVal As Foundation.NSObject _
)
'Usage
Dim instance As GridBase
Dim sender As Foundation.NSObject
instance.Paste(sender)
Parameters
- sender