Spread for ASP.NET 12 Product Documentation
Items Property (ListBoxEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > ListBoxEditor Class : Items Property
Gets the items in the list box as an array.
Syntax
'Declaration
 
Public ReadOnly Property Items As ArrayList
'Usage
 
Dim instance As ListBoxEditor
Dim value As ArrayList
 
value = instance.Items
public ArrayList Items {get;}
See Also

Reference

ListBoxEditor Class
ListBoxEditor Members