GridColumnStylesCollection.IList.Add(Object) Método
Definición
Agrega un objeto a la colección.Adds an object to the collection.
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.The object to be added to the collection. El valor puede ser null
.The value can be null
.
Devoluciones
Índice en el que se ha agregado el valor.The index at which the value has been added.
Implementaciones
Excepciones
value
no puede convertirse a DataGridColumnStyle.value
cannot be cast to a DataGridColumnStyle.