Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Cut Method
true if the UI shows cutting range; otherwise, only data is copied to clipboard.


In This Topic
    Cut Method (IRange)
    In This Topic
    Cuts the data from a range of cells to clipboard.
    Syntax
    'Declaration
     
    
    Function Cut( _
       Optional ByVal showUI As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim showUI As Boolean
    Dim value As Boolean
     
    value = instance.Cut(showUI)
    bool Cut( 
       bool showUI
    )

    Parameters

    showUI
    true if the UI shows cutting range; otherwise, only data is copied to clipboard.

    Return Value

    true if the cell range is copied successful, false otherwise.
    See Also