GridColumnStylesCollection.IList.Add(Object) Méthode

Définition

Ajoute un objet à la 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

Paramètres

value
Object

Objet à ajouter à la collection. La valeur peut être null.

Retours

Int32

Index auquel la valeur a été ajoutée.

Implémente

Exceptions

Impossible d'effectuer un cast de value en DataGridColumnStyle.

S’applique à