GridTableStylesCollection::IList::Add Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds a DataGridTableStyle to this collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual int Add(
	Object^ value
) sealed = IList::Add

Parameters

value
Type: System::Object^

The DataGridTableStyle to add to the collection.

Return Value

Type: System::Int32

The index of the newly added object.

Exception Condition
InvalidCastException

value cannot be cast to a DataGridTableStyle.

ArgumentException

value has already been assigned to a GridTableStylesCollection.

-or-

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

.NET Framework
Available since 1.1
Return to top
Show: