Method RemoveRange
RemoveRange(int, int)
Removes a range of ColumnDefinition objects from a GridColumnCollection.
public void RemoveRange(int index, int count)
Parameters
indexintThe position within the collection at which the first ColumnDefinition is removed.
countintThe total number of ColumnDefinition objects to remove from the collection.