[]
Inserts the specified item in the collection at the specified index.
protected override void InsertItem(int index, PrintStyle item)
Protected Overrides Sub InsertItem(index As Integer, item As PrintStyle)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index where the item is to be inserted. |
| PrintStyle | item | The item to insert in the collection. |