Class ExcelControlList
An abstract class used by form control list objects
Inheritance
System.Object
    
    
    
    ExcelControlList
      
      
  Implements
System.IDisposable
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public abstract class ExcelControlList : ExcelControl, IDisposable, IPictureContainerProperties
InputRange
The range to the items populating the list.
Declaration
public ExcelAddressBase InputRange { get; set; }Property Value
| Type | Description | 
|---|---|
| ExcelAddressBase | 
SelectedIndex
The index of a selected item in the list.
Declaration
public int SelectedIndex { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Implements
      System.IDisposable