GridTableStylesCollection::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 DataGridTableStyle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::Object^
The DataGridTableStyle to remove from the collection.
Implements
IList::Remove(Object^)| Exception | Condition |
|---|---|
| InvalidCastException | value cannot be cast to a DataGridTableStyle. |
.NET Framework
Available since 1.1
Available since 1.1
Show: