SpreadsheetGear 2017
ListCount Property (IControlFormat)






SpreadsheetGear.Shapes Namespace > IControlFormat Interface : ListCount Property
Returns the number of items in a list.
Syntax
'Declaration
 
ReadOnly Property ListCount As System.Integer
'Usage
 
Dim instance As IControlFormat
Dim value As System.Integer
 
value = instance.ListCount
System.int ListCount {get;}
read-only property ListCount: System.Integer; 
function get ListCount : System.int
__property System.int get_ListCount();
property System.int ListCount {
   System.int get();
}
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
ListFillRange Property
List Property
ListIndex Property
AddItem(String) Method
AddItem(String,Int32) Method
RemoveItem Method
RemoveAllItems Method