GridTableStylesCollection.IList.Add(Object) Method

Definition

Adds a DataGridTableStyle to this 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

Parameters

value
Object

The DataGridTableStyle to add to the collection.

Returns

The index of the newly added object.

Implements

Exceptions

value cannot be cast to a DataGridTableStyle.

value has already been assigned to a GridTableStylesCollection.

-or-

A DataGridTableStyle in GridTableStylesCollection has the same MappingName property value as value.

Applies to