Click or drag to resize

XlsListBoxShape SelectionType Property

Gets or sets the selection type of the ListBox.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SelectionType SelectionType { get; set; }

Return Value

Type: SelectionType
The SelectionType of the ListBox.

Implements

IListBox SelectionType
See Also