NetXP 3.0 Reference

StringCollection.Insert Method 

Internal.

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

Parameters

index
value

See Also

StringCollection Class | NETXP.Library Namespace