Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItemCollection.RemoveAt Method 

Removes the item at the specified index.

[Visual Basic]
NotOverridable Public Sub RemoveAt( _
   ByVal index As Int32 _
) _
    Implements IList.RemoveAt
[C#]
public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the item to be removed.

Implements

IList.RemoveAt

See Also

NavigationItemCollection Class | EO.Web Namespace


Direct link to this topic