NSMutableAttributedString.DeleteRange(NSRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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