Adds new 
CellStyle object to the collection.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function Add( _
   ByVal  As System.String, _
   ByVal  As System.String _
) As CellStyle
             
        
            
            public CellStyle Add( 
   System.string ,
   System.string 
)
             
        
             
        
            パラメータ
- name
 
- Name of the new style.
 - basedOn
 
- Name of the base style, used to initialize the properties of the new style.
 
            
            戻り値の型
The new 
CellStyle object.
 
            
            
            
            
            
            
            
            
            
            
            
            参照