ESRI.ArcGIS.ADF
RemoveAt Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > StringCollection Class : RemoveAt Method




index
Index of the string to be removed.
Removes a string from a given index in the collection.

Syntax

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

Parameters

index
Index of the string to be removed.

See Also

© 2010 All Rights Reserved.