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