Class ExcelControlListBox
- Namespace
- OfficeOpenXml.Drawing.Controls
- Assembly
- EPPlus.dll
Represents a list box form control.
public class ExcelControlListBox : ExcelControlList, IDisposable
- Inheritance
-
ExcelControlListBox
- Implements
- Inherited Members
Properties
ControlType
The type of form control
public override eControlType ControlType { get; }
Property Value
MultiSelection
If SelectionType is Multi or Extended this array contains the selected indicies. Index is zero based.
public int[] MultiSelection { get; set; }
Property Value
- int[]
SelectionType
The type of selection
public eSelectionType SelectionType { get; set; }