[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.Copy

Copy Method

Copy(IWorkbook)

Copies the sheet to the end of the specified workbook.

Declaration
IWorksheet Copy(IWorkbook workbook = null)
Function Copy(Optional workbook As IWorkbook = Nothing) As IWorksheet
Parameters
Type Name Description
IWorkbook workbook

Specifies the workbook to which the sheet will be copied. If missing, the sheet will be copied to the current workbook.

Returns
Type Description
IWorksheet

The new copied sheet.