Moves the range to the specified destination range.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void Move(
ExcelRange destRange
)
Public Sub Move (
destRange As ExcelRange
)
Parameters
- destRange
- Type: ExpertXls.ExcelLibExcelRange
Specifies the new range where this range will be moved.
See Also