[]
Inserts a specified sheet at a specified place in the collection.
public void Insert(int index, SheetView sheetView)
Public Sub Insert(index As Integer, sheetView As SheetView)
| Type | Name | Description |
|---|---|---|
| int | index | Index at which to insert a sheet |
| SheetView | sheetView | Sheet to insert |