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




index
Index to remove from.
Remove items at an index.

Syntax

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

Parameters

index
Index to remove from.

See Also

© 2010 All Rights Reserved.