Skip to main content
All docs
V25.1
  • Row

    CellRange.MoveTo(CellRange) Method

    Moves a range to a specified location.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.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