Spread Windows Forms 12.0 Product Documentation
Add(String,SubStyle) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyleCollection Class > Add Method : Add(String,SubStyle) Method
The key of this item.
The value of this item (a SubStyle).
Adds an item with the specified key and value into the SubStyleCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal key As String, _
   ByVal subStyle As SubStyle _
) As Integer
'Usage
 
Dim instance As SubStyleCollection
Dim key As String
Dim subStyle As SubStyle
Dim value As Integer
 
value = instance.Add(key, subStyle)
public int Add( 
   string key,
   SubStyle subStyle
)

Parameters

key
The key of this item.
subStyle
The value of this item (a SubStyle).

Return Value

The index of this item in SubStyleCollection.
See Also

Reference

SubStyleCollection Class
SubStyleCollection Members
Overload List