Returns an attributed string derived from the given range in the receiver's text storage. (required)
Original signature is '- (NSAttributedString *)attributedSubstringFromRange:(NSRange)theRange'
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
NSAttributedString AttributedSubstringFromRange( NSRange theRange )
Function AttributedSubstringFromRange ( _ theRange As NSRange _ ) As NSAttributedString
NSAttributedString^ AttributedSubstringFromRange( NSRange theRange )
- theRange (NSRange)
- The range in the text storage from which to create the returned string.
The string created from the given range.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)