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

    Parameters

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