ESRI.ArcGIS.ADF.Web.UI.WebControls
RemoveAt Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBoxItemCollection Class : RemoveAt Method




index
Index to remove at.
Removes the item from the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DropDownBoxItemCollection
Dim index As Integer
 
instance.RemoveAt(index)
C# 
public void RemoveAt( 
   int index
)

Parameters

index
Index to remove at.

See Also

© 2010 All Rights Reserved.