ComponentOne RichTextBox for UWP
AddRange Method

C1.Xaml.RichTextBox.Documents Namespace > C1HtmlElement Class : AddRange Method
The children to add to this C1HtmlElement.
Adds multiple children to this C1HtmlElement.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal children As System.Collections.Generic.IEnumerable(Of C1HtmlNode) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<C1HtmlNode> children
)

Parameters

children
The children to add to this C1HtmlElement.
See Also

Reference

C1HtmlElement Class
C1HtmlElement Members