Removes the text container at the given index and invalidates the layout as needed.
Original signature is '- (void)removeTextContainerAtIndex:(NSUInteger)index'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void RemoveTextContainerAtIndex( NSUInteger index )
Public Overridable Sub RemoveTextContainerAtIndex ( _ index As NSUInteger _ )
public: virtual void RemoveTextContainerAtIndex( NSUInteger index )

- index (NSUInteger)
- The index of the text container to remove.

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