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


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

Reference

ComboBoxCellType Class
ComboBoxCellType Members