SpreadsheetGear 2017
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;}
read-write property DropDownLines: System.Integer; 
function get,set DropDownLines : System.int
__property System.int get_DropDownLines();
__property void set_DropDownLines( 
   System.int value
);
property System.int DropDownLines {
   System.int get();
   void set (    System.int value);
}
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