PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / OutlineNodeCollection Class / Add Method / Add(OutlineNode) Method
The node to add.

In This Topic
    Add(OutlineNode) Method
    In This Topic
    Adds a node to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal node As OutlineNode _
    ) As Integer
    public int Add( 
       OutlineNode node
    )

    Parameters

    node
    The node to add.

    Return Value

    The index of the newly added node in the current collection.
    See Also