Method Remove
Remove(RowDefinition)
Removes a RowDefinition from a GridRowCollection.
public bool Remove(RowDefinition value)
Parameters
value
RowDefinitionThe RowDefinition to remove from the collection.
Returns
- bool
true if the RowDefinition was found in the collection and removed; otherwise, false.