DataGridViewCellCollection::Remove Method (DataGridViewCell^)
.NET Framework (current version)
Removes the specified cell from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- cell
-
Type:
System.Windows.Forms::DataGridViewCell^
The DataGridViewCell to remove from the collection.
| Exception | Condition |
|---|---|
| InvalidOperationException | The row that owns this DataGridViewCellCollection already belongs to a DataGridView control. |
| ArgumentException | cell could not be found in the collection. |
Use this method to alter the collection before you add the containing row to a DataGridView control. Once you add the row to a control, the number of cells it contains always matches the number of columns in the control, so this method is no longer useful.
.NET Framework
Available since 2.0
Available since 2.0
Show: