WorksheetCollection.Insert Method
Name | Parameters | Description |
---|---|---|
Insert(Int32, String) | index, name | Creates a new worksheet under the specified name and appends it to the collection at the specified position. |
Insert(Int32) | index | Creates a new worksheet and appends it to the collection at the specified position. |