InsertRange Method (IGlobalStringListCollection)
Syntax
'Declaration
Sub InsertRange( _
ByVal _index_ As Integer, _
ByVal _collection_ As IEnumerable(Of IGlobalStringList) _
)
void InsertRange(
int _index_,
IEnumerable<IGlobalStringList> _collection_
)
Parameters
index
collection
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
IGlobalStringListCollection Interface
IGlobalStringListCollection Members