Class ExcelControlDropDown
- Namespace
- OfficeOpenXml.Drawing.Controls
- Assembly
- EPPlus.dll
Represents a drop down form control
public class ExcelControlDropDown : ExcelControlList, IDisposable
- Inheritance
-
ExcelControlDropDown
- Implements
- Inherited Members
Properties
Colored
Gets or sets whether a drop-down object has a color applied to it
public bool Colored { get; set; }
Property Value
ControlType
The type of form control
public override eControlType ControlType { get; }
Property Value
DropLines
Gets or sets the number of lines before a scroll bar is added to the drop-down.
public int DropLines { get; set; }
Property Value
DropStyle
The style of the drop-down.
public eDropStyle DropStyle { get; set; }
Property Value
MinimumWidth
Minimum width
public int? MinimumWidth { get; set; }
Property Value
- int?