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

In This Topic
    Add(String) Method
    In This Topic
    Adds a node with the specified caption and location to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal caption As String _
    ) As Integer
    public int Add( 
       string caption
    )

    Parameters

    caption
    The caption of the node to add.

    Return Value

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