Class ActiveXControlCollection
  
  Collections of ActiveX controls.
 
  
  
    Inheritance
    System.Object
    ActiveXControlCollection
      
   
  
  Assembly: DRIT.Spreadsheet.dll
  
  
    public class ActiveXControlCollection : IEnumerable<ActiveXControl>
   
  Properties
  
  
  
  
  
  Gets the count of ActiveX controls.
 
  
  Declaration
  
    public int Count { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public ActiveXControl this[string name] { get; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Property Value
  
  Methods
  
  
  
  
  
  Gets an ActiveX control by its name.
 
  
  Declaration
  
    public TC Get<TC>(string name)
    where TC : ActiveXControl
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | TC | 
        Null is the check box is not found. 
 | 
      
    
  
  Type Parameters
  
  
  
  
  
  
  
  Declaration
  
    public IEnumerator<ActiveXControl> GetEnumerator()
   
  Returns