RowDefinitionCollection::Remove Method (RowDefinition^)

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

public:
virtual bool Remove(
	RowDefinition^ value
) sealed

Parameters

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

The RowDefinition to remove from the collection.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 3.0
Return to top
Show: