RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlElement Class / AddRange Method
The children to add to this C1HtmlElement.

In This Topic
    AddRange Method (C1HtmlElement)
    In This Topic
    Adds multiple children to this C1HtmlElement.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal children As IEnumerable(Of C1HtmlNode) _
    ) 
    public void AddRange( 
       IEnumerable<C1HtmlNode> children
    )

    Parameters

    children
    The children to add to this C1HtmlElement.
    See Also