RowDefinitionCollection::Remove Method (RowDefinition^)
.NET Framework (current version)
Removes a RowDefinition from a RowDefinitionCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- value
-
Type:
System.Windows.Controls::RowDefinition^
The RowDefinition to remove from the collection.
Return Value
Type: System::Booleantrue if the RowDefinition 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: