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


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

Parameters

key
The key of this Style.

Return Value

The index of this Style in StyleCollection.
See Also