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


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

    Parameters

    cellRange
    copyOptions
    See Also