[]
        
(Showing Draft Content)

C1.Win.Tile.TemplateCollection.SetItem

SetItem Method

SetItem(int, Template)

Replaces the Template at the specified index.

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