ComponentOne Xamarin.iOS
Copy(NSObject) Method


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

Parameters

sender
See Also

Reference

GridBase Class
GridBase Members
Overload List