GridColumnStylesCollection::IList::Add Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Adds an object to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::Object^
The object to be added to the collection. The value can be null.
Implements
IList::Add(Object^)| Exception | Condition |
|---|---|
| InvalidCastException | value cannot be cast to a DataGridColumnStyle. |
.NET Framework
Available since 1.1
Available since 1.1
Show: