Click or drag to resize

ExcelRangeMove Method

Moves the range to the specified destination range.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void Move(
	ExcelRange destRange
)

Parameters

destRange  ExcelRange
Specifies the new range where this range will be moved.
See Also