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

Parameters

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

Return Value

The new copied sheet
See Also