ComponentOne RichTextBox for UWP
Group Method

C1.Xaml.RichTextBox.Documents Namespace > C1TextElement Class : Group Method
A C1TextElement used to group the children.
The index of the first child added to the range.
The number of children in the range.
Groups some of this C1TextElement children, all children in the specified range are added to the new parent, and the parent is inserted at the range start.
Syntax
'Declaration
 
Public Sub Group( _
   ByVal parent As C1TextElement, _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
public void Group( 
   C1TextElement parent,
   System.int start,
   System.int count
)

Parameters

parent
A C1TextElement used to group the children.
start
The index of the first child added to the range.
count
The number of children in the range.
See Also

Reference

C1TextElement Class
C1TextElement Members