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