Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / SelectionMode Enumeration
In This Topic
    SelectionMode Enumeration
    In This Topic
    The selection mode of list box
    Members
    MemberDescription
    ExtendedSelect multiple items with ctrl key in the list box (3 in Excel VBA)
    MultipleSelect multiple items in the list box (-4154 in Excel VBA)
    SingleSelect single item in the list box (-4142 in Excel VBA)
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.forms.SelectionMode

    See Also