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; }
 
Public Property SelectionType As SelectionType
	Get
	Set
 
public:
virtual property SelectionType SelectionType {
	SelectionType get () sealed;
	void set (SelectionType value) sealed;
}
 
abstract SelectionType : SelectionType with get, set
override SelectionType : SelectionType with get, set
 
 
 
Return Value
Type:
SelectionType
The SelectionType of the ListBox.
Implements
IListBox
SelectionType
 
See Also