[]
Inserts a sheet into the collection at the specified index.
public virtual void Insert(int index, SheetView sheetView)
Public Overridable Sub Insert(index As Integer, sheetView As SheetView)
Type | Name | Description |
---|---|---|
int | index | Zero-based index at which to insert the sheet |
SheetView | sheetView | Sheet (SheetView object) to insert into the collection |
Type | Condition |
---|---|
ArgumentNullException | Sheet is not specified (that is, specified sheet is null) |