Udostępnij za pośrednictwem


GridColumnStylesCollection.IList.Add(Object) Metoda

Definicja

Dodaje obiekt do kolekcji.

 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

Parametry

value
Object

Obiekt, który ma zostać dodany do kolekcji. Wartość może mieć wartość null.

Zwraca

Int32

Indeks, w którym dodano wartość.

Implementuje

Wyjątki

value nie można rzutować do elementu DataGridColumnStyle.

Dotyczy