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