[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElement.Remove

Remove Method

Remove(int, int)

Removes a range of children in this element.

Declaration
public virtual void Remove(int start, int count)
Parameters
Type Name Description
int start

The index of the first child to remove.

int count

The count of children to remove.

Remove()

Removes the element from the document tree.

Declaration
public void Remove()