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