ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / TemplateCollection Class / SetItem Method

In This Topic
    SetItem Method (TemplateCollection)
    In This Topic
    Replaces the Template at the specified index.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal template As Template _
    ) 
    protected override void SetItem( 
       int index,
       Template template
    )

    Parameters

    index
    template
    See Also