ExcelRangeMove Method

Moves the range to the specified destination range.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void Move(
	ExcelRange destRange
)

Parameters

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

See Also