Method InsertByIndex
InsertByIndex(IPropertyGridItem, int, IPropertyGridItem)
Inserts item into the parent's childs collection at the specified index.
void InsertByIndex(IPropertyGridItem parent, int index, IPropertyGridItem newproperty)
Parameters
parentIPropertyGridItemParent row.
indexintIndex of the item where insertion is performed.
newpropertyIPropertyGridItemItem to insert.