ChartElementCollection<T>.RemoveItem(Int32) Método
Definição
Remove o elemento no local do índice especificado do Collection<T>.Removes the element at the specified index location of the Collection<T>.
protected:
override void RemoveItem(int index);
protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)
Parâmetros
- index
- Int32
O local do índice baseado em zero do elemento a ser removido.The zero-based index location of the element to remove.