alexa

    Show / Hide Table of Contents

    Enum Vml.SelectionTypes

    This enum specifies possible selection types.

    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum SelectionTypes

    Fields

    Name Description
    Extend

    The listbox may have multiple items selected by holding a control key and clicking on each item.

    Multi

    The listbox may have multiple items selected by clicking on each item.

    Single

    The listbox may only have one selected item.

    Back to top Generated by DocFX