Enum eSelectionType
Selection type for a list control
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public enum eSelectionType
  Fields
| Name | Description | 
|---|---|
| Extended | Multiple selection is allowed while ctrl is used.  | 
      
| Multi | Multiple selection is allowed. Clicking any item in the list will select or deselect that item.  | 
      
| Single | Single selection only.  |