[]
Processes the OnRemove event, which removes a sheet in the collection.
protected override void OnRemove(int index, object value)
Protected Overrides Sub OnRemove(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the sheet to remove |
| object | value | Sheet to remove |