[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.Move

Move Method

Move(IWorkbook)

Moves the sheet to the end of the specified workbook.

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

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

Returns
Type Description
IWorksheet

The moved sheet.