GrapeCity.Documents.Excel Namespace / IWorksheet Interface / MoveAfter Method
The sheet after which the moved sheet will be placed. It can be the sheet of the same or another workbook.
In This Topic
MoveAfter Method (IWorksheet)
In This Topic
Moves the sheet to the location after the specified sheet.
Syntax

Parameters

targetSheet
The sheet after which the moved sheet will be placed. It can be the sheet of the same or another workbook.

Return Value

The moved sheet
See Also