[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ComboBoxCellType.-ctor

ComboBoxCellType Constructor

ComboBoxCellType()

Creates a new combo box.

Declaration
public ComboBoxCellType()
Public Sub New()

ComboBoxCellType(string[])

Creates a new combo box cell with the specified items in the combo box list.

Declaration
public ComboBoxCellType(string[] items)
Public Sub New(items As String())
Parameters
Type Name Description
string[] items

Items for the list specified in a string array

ComboBoxCellType(string[], string[])

Creates a new combo box cell with the specified items in the combo box list and values.

Declaration
public ComboBoxCellType(string[] items, string[] values)
Public Sub New(items As String(), values As String())
Parameters
Type Name Description
string[] items

Items for the list specified in a string array

string[] values

Values for the list items specified in a string array