PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TagCollection Class / Add Method
The object to add.

In This Topic
    Add Method (TagCollection)
    In This Topic
    Adds a Tag object to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal tag As Tag _
    ) As Integer
    public int Add( 
       Tag tag
    )

    Parameters

    tag
    The object to add.

    Return Value

    The index of the newly added object.
    See Also