Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / StartClipboardUI Method
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 references() As WorksheetReference, _
       ByVal cutting As Boolean _
    ) 
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim references() As WorksheetReference
    Dim cutting As Boolean
     
    instance.StartClipboardUI(references, cutting)
    public void StartClipboardUI( 
       WorksheetReference[] references,
       bool cutting
    )

    Parameters

    references
    cutting
    true if user start cutting a cell range; otherwise, false.
    See Also