[]
        
(Showing Draft Content)

C1.C1Schedule.Printing.PrintStyleCollection.InsertItem

InsertItem Method

InsertItem(int, PrintStyle)

Inserts the specified item in the collection at the specified index.

Declaration
protected override void InsertItem(int index, PrintStyle item)
Parameters
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.

Overrides