[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.SelectionMode

Enum SelectionMode

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

The selection mode of list box.

public enum SelectionMode

Fields

Extended = 2

Select multiple items with ctrl key in the list box.

Multiple = 1

Select multiple items in the list box.

Single = 0

Select single item in the list box.