Skip to main content
Row

CellRange.MoveTo(CellRange) Method

Moves a range to a specified location.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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