[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Add

Add Method

Add(SubItemInfo)

Adds an item to the collection.

Declaration
public void Add(SubItemInfo item)
Public Sub Add(item As SubItemInfo)
Parameters
Type Name Description
SubItemInfo item

The SubItemInfo value to add into the collection.

Add(object)

Adds an item to the collection.

Declaration
public void Add(object item)
Public Sub Add(item As Object)
Parameters
Type Name Description
object item

The object to add into the collection.