[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElement.Group

Group Method

Group(C1TextElement, int, int)

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.

Declaration
public void Group(C1TextElement parent, int start, int count)
Parameters
Type Name Description
C1TextElement parent

A C1TextElement used to group the children.

int start

The index of the first child added to the range.

int count

The number of children in the range.