Spread for ASP.NET 11 Product Documentation
Values Property (ListBoxEditor)


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

Property Value

ArrayList containing an array of values corresponding to the items in the list
See Also

Reference

ListBoxEditor Class
ListBoxEditor Members