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

Sheet.MoveToEnd() Method

Moves the current sheet to the last position in a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void MoveToEnd()

Remarks

The table below lists methods of the Sheet object that allow you to rearrange worksheets and chart sheets within a workbook.

Method Description
Sheet.MoveBefore Moves the sheet before the specified sheet in a workbook.
Sheet.MoveAfter Moves the sheet after the specified sheet in a workbook.
Sheet.MoveToBeginning Moves the sheet to the first position within a workbook.
MoveToEnd Moves the sheet to the last position within a workbook.

You can also use the Worksheet.Move and ChartSheet.Move methods to relocate worksheets and chart sheet within the WorksheetCollection and ChartSheetCollection collections, respectively.

See Also