ControlFormat.DropDownLines Property
Returns or sets the number of list lines displayed in the drop-down portion of a combo box.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DropDownLines As Integer
Get
Set
'Usage
Dim instance As ControlFormat
Dim value As Integer
value = instance.DropDownLines
instance.DropDownLines = value
int DropDownLines { get; set; }
Property Value
Type: System.Int32