[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.ListBoxEditor.-ctor

ListBoxEditor Constructor

ListBoxEditor(string[])

Initializes an instance of the ListBoxEditor class, with the specified items in the list box list.

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

Items in the list box list, specified as an array

ListBoxEditor(string[], string[])

Initializes an instance of the ListBoxEditor class, with the specified items in the list box list and with the specified values for the items.

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

Items in the list box list, specified as an array

string[] values

Values for the items in the list box list, specified as an array