Back to Devexpress

CellRange.MoveTo(CellRange) Method

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-dot-moveto-x28-devexpress-dot-spreadsheet-dot-cellrange-x29.md

latest1.2 KB
Original Source

CellRange.MoveTo(CellRange) Method

Moves a range to a specified location.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void MoveTo(
    CellRange target
)
vb
Sub MoveTo(
    target As CellRange
)

Parameters

NameTypeDescription
targetCellRange

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

|

See Also

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace