Inserts item into the 
TagCollection at the specified index.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub Insert( _
   ByVal  As System.Integer, _
   ByVal  As System.Object _
) 
             
        
            
            public void Insert( 
   System.int ,
   System.object 
)
             
        
             
        
            パラメータ
- index
 
- Index of the item.
 - value
 
- The specified item.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照