RichText.Remove

Remove(int, int)

从指定位置开始删除当前实例中指定数量的字符。

public RichText Remove(int startIndex, int count)
范围类型描述
startIndexInt32起始索引。
countInt32计数。

返回值

RichText.

例外

例外(健康)状况
ArgumentOutOfRangeException

也可以看看


Remove(int)

删除当前实例中的所有字符,从指定位置开始并继续到最后一个位置。

public RichText Remove(int startIndex)
范围类型描述
startIndexInt32起始索引。

返回值

RichText.

例外

例外(健康)状况
ArgumentOutOfRangeException

也可以看看