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


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.
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

Reference

IRange Interface
IRange Members
Overload List