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