Class ExcelControlListBox
Represents a list box form control.
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 class ExcelControlListBox : ExcelControlList, IDisposable
  Properties
ControlType
The type of form control
Declaration
public override eControlType ControlType { get; }
  Property Value
| Type | Description | 
|---|---|
| eControlType | 
Overrides
MultiSelection
If SelectionType is Multi or Extended this array contains the selected indicies. Index is zero based.
Declaration
public int[] MultiSelection { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32[] | 
SelectionType
The type of selection
Declaration
public eSelectionType SelectionType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eSelectionType | 
Implements
      System.IDisposable