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; }
Public Property DropDownLines As Integer
Get
Set
public:
virtual property int DropDownLines {
int get () sealed;
void set (int value) sealed;
}
abstract DropDownLines : int with get, set
override DropDownLines : int with get, set
Property Value
Type:
Int32
Implements
IComboBoxShape
DropDownLines
See Also