Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CellRange.MoveTo(CellRange) Method

Moves a range to a specified location.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

void MoveTo(
    CellRange target
)

Parameters

Name Type Description
target CellRange

A CellRange object that is the destination where the current range shall be moved.

See Also