[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Run.Remove

Remove Method

Remove(int, int)

Removes a range of text from Text's current value.

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

The index where to start removing text.

int count

The count of characters to remove.

Overrides