Table of Contents

Enum eSelectionType

Namespace
OfficeOpenXml.Drawing.Controls
Assembly
EPPlus.dll

Selection type for a list control

public enum eSelectionType

Fields

Extended = 2

Multiple selection is allowed while ctrl is used.

Multi = 1

Multiple selection is allowed. Clicking any item in the list will select or deselect that item.

Single = 0

Single selection only.