RemoveAt

ITabCollection.RemoveAt method

Removes the element at the specified index of the collection.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero-based index of the element to remove.

See Also