Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Copy Method / Copy(String,ManipulationOptions) Method
The specified range will be copied.
The options indicates which data type will be performed.


In This Topic
    Copy(String,ManipulationOptions) Method
    In This Topic
    Copies the data from a range of cells to a specified range of cells.
    Syntax
    'Declaration
     
    
    Overloads Function Copy( _
       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.
    options
    The options indicates which data type will be performed.

    Return Value

    true if the cell range is copied successful, false otherwise.
    See Also