IComboBoxShape
DropDownLines Property
|
Gets or sets the number of list lines displayed in the drop-down portion of a combo box.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int DropDownLines { get; set; }
Property DropDownLines As Integer
Get
Set
property int DropDownLines {
int get ();
void set (int value);
}
abstract DropDownLines : int with get, set
Property Value
Type:
Int32
See Also