Version

RemoveAt Method (FormattedTextParagraphCollection)

Removes the paragraph at the specified zero-based index in the collection.
Syntax
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the paragraph to remove.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to the number of paragraphs in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also