OnInsertComplete Method (SheetViewCollection)
In This Topic
Processes the OnInsertComplete event, which inserts a sheet in the collection.
Syntax
'Declaration
Protected Overrides Sub OnInsertComplete( _
ByVal As Integer, _
ByVal As Object _
)
'Usage
Dim instance As SheetViewCollection
Dim index As Integer
Dim value As Object
instance.OnInsertComplete(index, value)
protected override void OnInsertComplete(
int ,
object
)
Parameters
- index
- Index at which to insert the sheet
- value
- Sheet to insert
See Also