TableRowCollection.IList.RemoveAt(Int32) Método

Definição

Para obter uma descrição deste membro, consulte RemoveAt(Int32).

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt(int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

Parâmetros

index
Int32

O índice baseado em zero do item a ser removido.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a TableRowCollection instância é convertida em uma IList interface. Use os métodos Remove, RemoveAtou RemoveRange com segurança de tipo.

Aplica-se a