[]
        
(Showing Draft Content)

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

ButtonTextCollectionInfo Constructor

ButtonTextCollectionInfo()

The constructor initializes a new instance of the ButtonTextCollectionInfo class.

Declaration
public ButtonTextCollectionInfo()
Public Sub New()

ButtonTextCollectionInfo(string[], string[])

The constructor initializes a new instance of the ButtonTextCollectionInfo class.

Declaration
public ButtonTextCollectionInfo(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.