[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.CopyBefore

CopyBefore Method

CopyBefore(IWorksheet)

Copies the sheet to the location before the specified sheet.

Declaration
IWorksheet CopyBefore(IWorksheet targetSheet)
Function CopyBefore(targetSheet As IWorksheet) As IWorksheet
Parameters
Type Name Description
IWorksheet targetSheet

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

Returns
Type Description
IWorksheet

The new copied sheet.