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 );
Use this method to remove a ListItem object from a ListItemCollection at the specified index.
ListItemCollection Members Remove Clear Add AddAt AddRange Insert
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note