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

또한보십시오