ExcelRangeMove Method
Moves the range to the specified destination range.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void Move(
ExcelRange destRange
)
Public Sub Move (
destRange As ExcelRange
)
public:
void Move(
ExcelRange^ destRange
)
member Move :
destRange : ExcelRange -> unit
Parameters
- destRange ExcelRange
- Specifies the new range where this range will be moved.