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