[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Add

Add Method

Add(ListItemInfo)

Adds an item to the collection.

Declaration
public int Add(ListItemInfo item)
Public Function Add(item As ListItemInfo) As Integer
Parameters
Type Name Description
ListItemInfo item

The object to add into the collection.

Returns
Type Description
int

The index of the added item.

Add(string)

Adds a ListItemInfo object with the text to the collection.

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

A string value that represents Text of ListItemInfo.

Returns
Type Description
int

The index of the added item.