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