SpreadsheetGear 2023
DropDownLines Property (IControlFormat)


SpreadsheetGear.Shapes Namespace > IControlFormat Interface : DropDownLines Property
Gets or sets the number of items to display when in a dropdown list box.
Syntax
'Declaration
 
Property DropDownLines As System.Integer
'Usage
 
Dim instance As IControlFormat
Dim value As System.Integer
 
instance.DropDownLines = value
 
value = instance.DropDownLines
System.int DropDownLines {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IControlFormat Interface
IControlFormat Members