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
parent
IPropertyGridItemParent row.
index
intIndex of the item where insertion is performed.
newproperty
IPropertyGridItemItem to insert.