MonobjcMonobjc Documented Class Library
DeleteCharactersInRange Method (aRange)
NamespacesMonobjc.FoundationNSMutableAttributedStringDeleteCharactersInRange(NSRange)

Deletes the characters in the given range along with their associated attributes.

Original signature is '- (void)deleteCharactersInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DeleteCharactersInRange(
	NSRange aRange
)
Public Overridable Sub DeleteCharactersInRange ( _
	aRange As NSRange _
)
public:
virtual void DeleteCharactersInRange(
	NSRange aRange
)
Parameters
aRange (NSRange)
A range specifying the characters to delete.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)