See Also

StringArrayList Class  | StringArrayList Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

index
The zero-based index at which value should be inserted.
value
The object to insert.
See Also Languages PowerWEB TextBox for ASP.NET

Insert(Int32,String) Method

Dart.PowerWEB.TextBox Namespace > StringArrayList Class > Insert Method : Insert(Int32,String) Method

Inserts an element into the collection at the specified index.

[Visual Basic]
Overloads 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 )
[C++/CLI]
public: void Insert(    int index,    String^ value )

Parameters

index
The zero-based index at which value should be inserted.
value
The object to insert.

Remarks

This method both inserts an object into the collection.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

StringArrayList Class  | StringArrayList Members  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.