Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / ClipboardCut Method
The cut cell range.


In This Topic
    ClipboardCut Method
    In This Topic
    Cuts the text of a cell range to the Clipboard.
    Syntax
    'Declaration
     
    Public Sub ClipboardCut( _
       ByVal range As CellRange _
    ) 
    'Usage
     
    Dim instance As SheetView
    Dim range As CellRange
     
    instance.ClipboardCut(range)
    public void ClipboardCut( 
       CellRange range
    )

    Parameters

    range
    The cut cell range.
    See Also