DataGridViewRowCollection.List Propiedad

Definición

Obtiene una matriz de DataGridViewRow objetos.

protected:
 property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected ReadOnly Property List As ArrayList

Valor de propiedad

ArrayList

Matriz de objetos DataGridViewRow.

Comentarios

No List comparte todas las filas de DataGridViewRowCollection, por lo que debe evitar el uso de esta propiedad.

Se aplica a

Consulte también