Spread WinForms 15
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)

Parameters

cellRange
See Also