Class ExcelControlDropDown
Represents a drop down 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 ExcelControlDropDown : ExcelControlList, IDisposable, IPictureContainerProperties
Colored
Gets or sets whether a drop-down object has a color applied to it
Declaration
public bool Colored { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ControlType
The type of form control
Declaration
public override eControlType ControlType { get; }Property Value
| Type | Description | 
|---|---|
| eControlType | 
Overrides
DropLines
Gets or sets the number of lines before a scroll bar is added to the drop-down.
Declaration
public int DropLines { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
DropStyle
The style of the drop-down.
Declaration
public eDropStyle DropStyle { get; set; }Property Value
| Type | Description | 
|---|---|
| eDropStyle | 
MinimumWidth
Minimum width
Declaration
public int? MinimumWidth { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
Implements
      System.IDisposable