asp.net.ph

ListItemCollection.RemoveAt Method

System.Web.UI.WebControls Namespace   ListItemCollection Class


Removes a ListItem from the collection at the specified index.

[ VB ]
Public Sub RemoveAt ( _
   ByVal index As Integer _
)

[ C# ]
public void RemoveAt (
   int index
);

[ C++ ]
public: void RemoveAt (
   int index
);

[ JScript ]
public function RemoveAt (
   index : int
);

Parameters

index
The zero-based index of the ListItem in the collection to remove.

Remarks

Use this method to remove a ListItem object from a ListItemCollection at the specified index.

See Also

ListItemCollection Members   Remove   Clear   Add   AddAt   AddRange   Insert Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph