Click or drag to resize

XlsComboBoxShape DropDownLines Property

Gets or sets the number of list lines displayed in the drop-down portion of a combo box.

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

Property Value

Type: Int32

Implements

IComboBoxShape DropDownLines
See Also