Spread Windows Forms 17
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).


In This Topic
    Add(String,SubStyle) Method
    In This Topic
    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