Spread for ASP.NET 12 Product Documentation
Values Property (ListBoxCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ListBoxCellType Class : Values Property
Gets or sets a string array of values for the list box list.
Syntax
'Declaration
 
Public Overridable Property Values As String()
'Usage
 
Dim instance As ListBoxCellType
Dim value() As String
 
instance.Values = value
 
value = instance.Values
public virtual string[] Values {get; set;}
See Also

Reference

ListBoxCellType Class
ListBoxCellType Members