[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Add

Add Method

Add(SubItem)

Adds an item to the collection.

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

The SubItem 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.