NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringCollection.Insert

[To be supplied.]

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As String _
)
[C#]
public void Insert(
   int index,
   string value
);
[C++]
public: void Insert(
   int index,
   String* value
);
[JScript]
public function Insert(
   index : int,
   value : String
);

Parameters

index
[To be supplied.]
value
[To be supplied.]

See Also

StringCollection Class | StringCollection Members | System.Collections Namespace