[]
        
(Showing Draft Content)

C1.Win.Tile.TemplateCollection.InsertItem

InsertItem Method

InsertItem(int, Template)

Inserts a Template into the TemplateCollection at the specified index.

Declaration
protected override void InsertItem(int index, Template template)
Protected Overrides Sub InsertItem(index As Integer, template As Template)
Parameters
Type Name Description
int index
Template template
Overrides