ComponentOne RichTextBox for UWP
RowRange Method

C1.Xaml.RichTextBox Namespace > EditExtensions Class : RowRange Method
A C1.Xaml.RichTextBox.Documents.C1TextRange.
Returns a range containing all the rows included in a parameter range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function RowRange( _
   ByVal range As C1TextRange _
) As C1TextRange
[System.Runtime.CompilerServices.Extension()]
public static C1TextRange RowRange( 
   C1TextRange range
)

Parameters

range
A C1.Xaml.RichTextBox.Documents.C1TextRange.

Return Value

A range containing all the rows included in a parameter range.
See Also

Reference

EditExtensions Class
EditExtensions Members