[]
Processes the OnSet event, which sets a new sheet in the collection.
protected override void OnSet(int index, object oldValue, object newValue)
Protected Overrides Sub OnSet(index As Integer, oldValue As Object, newValue As Object)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the sheet to set |
| object | oldValue | Old sheet at the index |
| object | newValue | New sheet to be set at the index |