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


In This Topic
    Paste(NSObject) Method
    In This Topic
    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