CellRange.MoveTo(CellRange) Method
Moves a range to a specified location.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
target | CellRange | A CellRange object that is the destination where the current range shall be moved. |
See Also