Enum ftLbsData.ExcelListSelectionType
Enum contains possible list selection type.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelListSelectionType
Fields
Name | Description |
---|---|
MultiClick | The list control is allowed to have multiple items selected by clicking on each item. |
MultiCtrl | The list control is allowed to have multiple items selected by holding the CTRL key and clicking on each item. |
Single | The list control is only allowed to have one selected item. |