ComponentOne Xamarin.iOS
Cut(NSObject) Method


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

Parameters

sender
See Also

Reference

GridBase Class
GridBase Members
Overload List