Method Insert
Insert(int, RowDefinition)
Inserts a RowDefinition at the specified index position within a GridRowCollection.
public void Insert(int index, RowDefinition value)
Parameters
index
intThe position within the collection where the item is inserted.
value
RowDefinitionThe RowDefinition to insert.
Exceptions
- ArgumentOutOfRangeException
index
is not a valid index in the IList.