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


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

Parameters

item
The object to add into the collection.
See Also