[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheets.Move

Move Method

Move(IWorkbook)

Moves the sheet collection to the end of the specified workbook.

Declaration
IWorksheets Move(IWorkbook targetWorkbook = null)
Function Move(Optional targetWorkbook As IWorkbook = Nothing) As IWorksheets
Parameters
Type Name Description
IWorkbook targetWorkbook

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

Returns
Type Description
IWorksheets

The moved sheet collection.