GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class / Add Method / Add(SubItem) Method
The SubItem value to add into the collection.


In This Topic
Add(SubItem) Method
In This Topic
Adds an item to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As SubItem _
) 
 
'Usage
 
Dim instance As SubItemCollection
Dim item As SubItem
 
instance.Add(item)

Parameters

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