Inserts a title into the collection at the specified index.
[Visual Basic]
Public Sub Insert( _
ByVal index As Integer, _
ByVal value As Title _
)
Parameters
- index
- The index at which the title should be inserted.
- value
- The title to insert.
See Also
TitlesCollection Class
| TitlesCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.