RichTextBox for WinRT
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) _
) 
'Usage
 
Dim instance As C1HtmlElement
Dim children As System.Collections.Generic.IEnumerable(Of C1HtmlNode)
 
instance.AddRange(children)
public void AddRange( 
   System.Collections.Generic.IEnumerable<C1HtmlNode> children
)

Parameters

children
The children to add to this C1HtmlElement.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1HtmlElement Class
C1HtmlElement Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback