Inserts a title into the collection at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As Title _
)
public void Insert(
int ,
Title
)
Parameters
- index
- The index at which the title should be inserted.
- value
- The title to insert.
See Also