Class ExcelControlListBox
Represents a list box form control.
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
|---|---|
| Int32[] |
SelectionType
The type of selection
Declaration
public eSelectionType SelectionType { get; set; }
Property Value
| Type | Description |
|---|---|
| eSelectionType |
Implements
System.IDisposable