ComponentOne TileControl for WinForms
InsertItem Method (TemplateCollection)

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > TemplateCollection Class : InsertItem Method
Inserts a Template into the TemplateCollection at the specified index.
Syntax
'Declaration
 
Protected Overrides Sub InsertItem( _
   ByVal index As System.Integer, _
   ByVal template As Template _
) 
protected override void InsertItem( 
   System.int index,
   Template template
)

Parameters

index
template
See Also

Reference

TemplateCollection Class
TemplateCollection Members