RssModuleCollection.Insert Method
Inserts an item into this collection at a specified index.
[Visual Basic]
Public Sub Insert( _
ByVal
index As
Integer, _
ByVal
rssModule As
RssModule _
)
Parameters
-
index
- The zero-based index of the collection at which to insert the item.
-
rssModule
- The item to insert into this collection.
See Also
RssModuleCollection Class | Rss Namespace