[]
Process the OnInsert event which insert a sheet into the collection
protected override void OnInsert(int index, object value)
Protected Overrides Sub OnInsert(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the sheet |
| object | value | Sheet to insert |