Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / SelectionMode Enumeration
In This Topic
    SelectionMode Enumeration
    In This Topic
    The selection mode of list box
    Syntax
    public enum SelectionMode : System.Enum 
    Members
    MemberDescription
    Extended Select multiple items with ctrl key in the list box.
    Multiple Select multiple items in the list box.
    Single Select single item in the list box.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Forms.SelectionMode

    See Also