Sets the value of a string with the specified index.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub SetValueAt( _
   ByVal  As System.Integer, _
   ByVal  As System.String _
) 
             
        
            
            public void SetValueAt( 
   System.int ,
   System.string 
)
             
        
             
        
            パラメータ
- index
 
- The string index.
 - value
 
- The new string value.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照