Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClipboardCopy Method / ClipboardCopy(CellRange) Method


In This Topic
    ClipboardCopy(CellRange) Method
    In This Topic
    Copies the contents from the specified CellRange in the sheet to the Clipboard.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClipboardCopy( _
       ByVal cellRange As CellRange _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim cellRange As CellRange
     
    instance.ClipboardCopy(cellRange)
    public void ClipboardCopy( 
       CellRange cellRange
    )

    Parameters

    cellRange
    See Also