GridTableStylesCollection.IList.Insert(Int32, Object) Método

Definição

Implementa o método Insert(Int32, Object). Sempre gera NotSupportedException.

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

Parâmetros

index
Int32

O índice baseado em zero no qual o valor deve ser inserido.

value
Object

O objeto a ser inserido na coleção.

Implementações

Exceções

Sempre lançada.

Comentários

Não é possível inserir um item no meio da coleção. Use o Add método para adicionar um DataGridColumnStyle à coleção.

Aplica-se a