Removes the item at the specified index.
[Visual Basic]
NotOverridable Public Sub RemoveAt( _
ByVal
index As
Int32 _
) _
[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