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

 

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

Adds an object to the 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 object to be added to the collection. The value can be null.

Return Value

Type: System::Int32

The index at which the value has been added.

Exception Condition
InvalidCastException

value cannot be cast to a DataGridColumnStyle.

.NET Framework
Available since 1.1
Return to top
Show: