Class ExcelControlListBox
Represents a list box form control.
Implements
Inherited Members
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 |
|---|---|
| int[] |
SelectionType
The type of selection
Declaration
public eSelectionType SelectionType { get; set; }
Property Value
| Type | Description |
|---|---|
| eSelectionType |