Enum eControlType
- Namespace
- OfficeOpenXml.Drawing.Controls
- Assembly
- EPPlus.dll
Type of form control
public enum eControlType
Fields
Button = 0A button
CheckBox = 1A check box
Dialog = 10A dialog. Unsupported.
DropDown = 2A combo box
EditBox = 9An edit box. Unsupported. Editboxes can only be used in dialog sheets.
GroupBox = 3A group box
Label = 4A label
ListBox = 5A list box
RadioButton = 6A radio button (option button)
ScrollBar = 7A scroll bar
SpinButton = 8A spin button