ComponentOne TileControl for WinForms
InsertItem Method (MappingCollection)

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

Parameters

index
pm
See Also

Reference

MappingCollection Class
MappingCollection Members