Winnovative Excel Library

ExcelRangeMove Method

Winnovative Excel Library Documentation
Moves the range to the specified destination range.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void Move(
	ExcelRange destRange
)

Parameters

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

Reference