ComponentOne Xamarin.iOS
Paste(NSObject) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class > Paste Method : Paste(NSObject) Method
Pastes the content of the clipboard to the grid.
Syntax
'Declaration
 
Public Overloads Overrides Sub Paste( _
   ByVal sender As Foundation.NSObject _
) 
'Usage
 
Dim instance As GridBase
Dim sender As Foundation.NSObject
 
instance.Paste(sender)
public override void Paste( 
   Foundation.NSObject sender
)

Parameters

sender
See Also

Reference

GridBase Class
GridBase Members
Overload List