[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ButtonTextCollectionInfo.Add

Add Method

Add(string, string)

Add an item to the ButtonTextCollectionInfo.

Declaration
public int Add(string key, string value)
Public Function Add(key As String, value As String) As Integer
Parameters
Type Name Description
string key

The key value of the button.

string value

The button text string.

Returns
Type Description
int

The item index.