Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts a worksheet to a workbook.
Syntax
public void insertSheet(
   [int _copyFromSheet, 
    int _after, 
    str _newName])
Run On
Called
Parameters
- _copyFromSheet
Type: int
The worksheet from which a new worksheet should be copied. 
- _after
Type: int
The worksheet after which the new worksheet will be inserted. 
- _newName
Type: str
The name of the new worksheet.