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