Spread Windows Forms 12.0 Product Documentation
Copy(String,ManipulationOptions) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface > Copy Method : Copy(String,ManipulationOptions) Method
The specified range will be copied. If this argument is omitted, Spread copies the range to the Clipboard.
The options indicates which data type will be performed.
Copies the data from a range of cells to a specified range of cells.
Syntax
'Declaration
 
Overloads Function Copy( _
   Optional ByVal destination As String, _
   Optional ByVal options As ManipulationOptions _
) As Boolean
'Usage
 
Dim instance As IRange
Dim destination As String
Dim options As ManipulationOptions
Dim value As Boolean
 
value = instance.Copy(destination, options)

Parameters

destination
The specified range will be copied. If this argument is omitted, Spread copies the range to the Clipboard.
options
The options indicates which data type will be performed.
See Also

Reference

IRange Interface
IRange Members
Overload List