'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)
bool Move( string destination, ManipulationOptions 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.