[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ButtonTextCollection.-ctor

ButtonTextCollection Constructor

ButtonTextCollection()

The constructor initializes a new instance of the ButtonTextCollection class.

Declaration
public ButtonTextCollection()
Public Sub New()

ButtonTextCollection(string[], string[])

The constructor initializes a new instance of the ButtonTextCollection class.

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

A string array value indicates the key of the element.

string[] values

A string array value indicates the value of the element.