Class ftLbsData.ExcelListSelectionType
Enum contains possible list selection type.
Inheritance
System.Object
ftLbsData.ExcelListSelectionType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelListSelectionType : Enum
Fields
MultiClick
The list control is allowed to have multiple items selected by clicking on each item.
Declaration
public const ftLbsData.ExcelListSelectionType MultiClick
Field Value
Type | Description |
---|---|
ftLbsData.ExcelListSelectionType |
MultiCtrl
The list control is allowed to have multiple items selected by holding the CTRL key and clicking on each item.
Declaration
public const ftLbsData.ExcelListSelectionType MultiCtrl
Field Value
Type | Description |
---|---|
ftLbsData.ExcelListSelectionType |
Single
The list control is only allowed to have one selected item.
Declaration
public const ftLbsData.ExcelListSelectionType Single
Field Value
Type | Description |
---|---|
ftLbsData.ExcelListSelectionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |