Enum eControlType
Type of form control
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public enum eControlType
Fields
Name | Description |
---|---|
Button | A button |
CheckBox | A check box |
Dialog | A dialog. Unsupported. |
DropDown | A combo box |
EditBox | An edit box. Unsupported. Editboxes can only be used in dialog sheets. |
GroupBox | A group box |
Label | A label |
ListBox | A list box |
RadioButton | A radio button (option button) |
ScrollBar | A scroll bar |
SpinButton | A spin button |