[]
Inserts the specified item in the collection at the specified index.
protected override void InsertItem(int index, PrintStyle item)
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. |