Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.Model Namespace / ExpressionItemCategoriesCollection Class / Add Method
The object to be added to the end of the Collection.

In This Topic
    Add Method (ExpressionItemCategoriesCollection)
    In This Topic
    Adds an object to the end of the Collection.
    Syntax
    'Declaration
     
    
    Public Shadows Sub Add( _
       ByVal item As ExpressionItemCategory _
    ) 
    public new void Add( 
       ExpressionItemCategory item
    )

    Parameters

    item
    The object to be added to the end of the Collection.
    See Also