Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonCollection Class / Add Method
The SideButtonBase to add.


In This Topic
    Add Method (SideButtonCollection)
    In This Topic
    Adds the specified SideButtonBase to the collection.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal value As SideButtonBase _
    ) As Integer
    'Usage
     
    
    Dim instance As SideButtonCollection
    Dim value As SideButtonBase
    Dim value As Integer
     
    value = instance.Add(value)
    public int Add( 
       SideButtonBase value
    )

    Parameters

    value
    The SideButtonBase to add.

    Return Value

    The index at which the new element was inserted.
    See Also