Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / CopyAfter Method
The sheet after which the copied sheet will be placed. It can be the sheet of the same or another workbook.
In This Topic
    CopyAfter Method (IWorksheet)
    In This Topic
    Copies the sheet to the location after the specified sheet.
    Syntax

    Parameters

    targetSheet
    The sheet after 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