AddRange Method (TitlesCollection)
In This Topic
Adds an array of titles to the collection.
Syntax
'Declaration
Public Sub AddRange( _
ByVal () As Title _
)
public void AddRange(
Title[]
)
Parameters
- value
- The set of titles to add to the collection.
See Also