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


In This Topic
    Move(String,ManipulationOptions) Method
    In This Topic
    Moves the data from a range of cells to the specified location.
    Syntax
    'Declaration
     
    
    Overloads Function Move( _
       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.Move(destination, options)

    Parameters

    destination
    The specified range will be copied to.
    options
    The options indicates which data type will be performed.

    Return Value

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