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


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

    Parameters

    range
    The copied cell range.
    See Also