GridColumnStylesCollection.IList.Add(Object) Método

Definición

Agrega un objeto a la colección.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parámetros

value
Object

Objeto que se va a agregar a la colección. El valor puede ser null.

Devoluciones

Índice en el que se ha agregado el valor.

Implementaciones

Excepciones

value no puede convertirse a DataGridColumnStyle.

Se aplica a