ComponentOne TileControl for WinForms
InsertItem Method (TileCollection)

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

Parameters

index
tile
See Also

Reference

TileCollection Class
TileCollection Members