ColumnDefinitionCollection::Remove Method (ColumnDefinition^)

 
Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual bool Remove(
	ColumnDefinition^ value
) sealed

Parameters

value
Type: System.Windows.Controls::ColumnDefinition^

The ColumnDefinition to remove from the collection.

Return Value

Type: System::Boolean

true if the ColumnDefinition was found in the collection and removed; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: