Spread Windows Forms 12.0 Product Documentation
Add(SubItemInfo) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemCollectionInfo Class > Add Method : Add(SubItemInfo) Method
The SubItemInfo value to add into the collection.
Adds an item to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As SubItemInfo _
) 
'Usage
 
Dim instance As SubItemCollectionInfo
Dim item As SubItemInfo
 
instance.Add(item)
public void Add( 
   SubItemInfo item
)

Parameters

item
The SubItemInfo value to add into the collection.
See Also

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members
Overload List