NSMutableAttributedString.DeleteRange(NSRange) Method

Definition

Removes the characters in the specified range.

[Foundation.Export("deleteCharactersInRange:")]
public virtual void DeleteRange (Foundation.NSRange range);
abstract member DeleteRange : Foundation.NSRange -> unit
override this.DeleteRange : Foundation.NSRange -> unit

Parameters

range
NSRange

Range to delete.

Attributes

Applies to