Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / StartClipboardUI Method
The cell range to copy or cut.
true if user start cutting a cell range; otherwise, false.


In This Topic
StartClipboardUI Method
In This Topic
Starts copying or cutting a cell range.
Syntax
'Declaration
 
Public Sub StartClipboardUI( _
   ByVal reference As WorksheetReference, _
   ByVal cutting As Boolean _
) 
 
'Usage
 
Dim instance As WorkbookSet
Dim reference As WorksheetReference
Dim cutting As Boolean
 
instance.StartClipboardUI(reference, cutting)

Parameters

reference
The cell range to copy or cut.
cutting
true if user start cutting a cell range; otherwise, false.
See Also