Click or drag to resize

ExcelRangeMove Method

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
)

Parameters

destRange
Type: ExpertXls.ExcelLibExcelRange
Specifies the new range where this range will be moved.
See Also