Returns the range in the receiver of the composed character sequence located at a given index.
Original signature is '- (NSRange)rangeOfComposedCharacterSequenceAtIndex:(NSUInteger)anIndex'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSRange RangeOfComposedCharacterSequenceAtIndex( NSUInteger anIndex )
Public Overridable Function RangeOfComposedCharacterSequenceAtIndex ( _ anIndex As NSUInteger _ ) As NSRange
public: virtual NSRange RangeOfComposedCharacterSequenceAtIndex( NSUInteger anIndex )

- anIndex (NSUInteger)
- The index of a character in the receiver. The value must not exceed the bounds of the receiver.

The range in the receiver of the composed character sequence located at anIndex.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)