ColumnDefinitionCollection::Remove Method (ColumnDefinition^)
.NET Framework (current version)
Removes a ColumnDefinition from a ColumnDefinitionCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- value
-
Type:
System.Windows.Controls::ColumnDefinition^
The ColumnDefinition to remove from the collection.
Return Value
Type: System::Booleantrue if the ColumnDefinition was found in the collection and removed; otherwise, false.
Implements
ICollection<T>::Remove(T).NET Framework
Available since 3.0
Available since 3.0
Show: