ChartNamedElementCollection<T>.InsertItem(Int32, T) Método
Definição
Insere o item especificado na coleção no índice especificado.Inserts the specified item in the collection at the specified index.
protected:
override void InsertItem(int index, T item);
protected override void InsertItem (int index, T item);
override this.InsertItem : int * 'T -> unit
Protected Overrides Sub InsertItem (index As Integer, item As T)
Parâmetros
- index
- Int32
O índice baseado em zero no qual o item deve ser inserido.The zero-based index where the item is to be inserted.
- item
- T
O objeto a ser inserido.The object to insert.