Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Property Value

SelectionType

Implements

IListBox..::..SelectionType

See Also