[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ButtonTextCollectionInfo.Insert

Insert Method

Insert(int, string, string)

Inserts an item to the ButtonTextCollectionInfo.

Declaration
public void Insert(int index, string key, string value)
Public Sub Insert(index As Integer, key As String, value As String)
Parameters
Type Name Description
int index

The index value of the ButtonTextCollectionInfo.

string key

The key value of the button.

string value

The button text string.