Moves the range to the specified destination range.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void Move(
ExcelRange destRange
)
Public Sub Move (
destRange As ExcelRange
)
Parameters
- destRange ExcelRange
- Specifies the new range where this range will be moved.
See Also