ControlFormat.DropDownLines Property
Excel Developer Reference |
Returns or sets the number of list lines displayed in the drop-down portion of a combo box. Read/write Long.
Syntax
expression.DropDownLines
expression A variable that represents a ControlFormat object.
Example
This example creates a combo box with 10 list lines.
Visual Basic for Applications |
---|
|
See Also