Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyleCollection Class / Add Method / Add(String) Method
The key of this SubStyle object.


In This Topic
Add(String) Method
In This Topic
Adds a new SubStyle with the specified key into the SubStyleCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal key As String _
) As Integer
 
'Usage
 
Dim instance As SubStyleCollection
Dim key As String
Dim value As Integer
 
value = instance.Add(key)

Parameters

key
The key of this SubStyle object.

Return Value

The index of this item in SubStyleCollection.
See Also