'Declaration Protected Overrides Sub InsertItem( _ ByVal index As System.Integer, _ ByVal item As PrintStyle _ )
protected override void InsertItem( System.int index, PrintStyle item )
Parameters
- index
- The zero-based index where the item is to be inserted.
- item
- The item to insert in the collection.