Method Insert
Insert(IPropertyGridItem, IPropertyGridItem)
Inserts property before another property.
public virtual void Insert(IPropertyGridItem priorThis, IPropertyGridItem newproperty)Parameters
- priorThisIPropertyGridItem
- Property item before which other property will be inserted. 
- newpropertyIPropertyGridItem
- Property item to insert.