ComponentOne RichTextBox for UWP
GetLinesBetween Method

C1.Xaml.RichTextBox Namespace > C1FlowView Class : GetLinesBetween Method
The top of the range.
The bottom of the range.
Returns the lines contained in a height range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.IteratorStateMachineAttribute(C1.Xaml.RichTextBox.C1FlowView/d__12)> 
Public Function GetLinesBetween( _ 
   ByVal top As System.Double, _ 
   ByVal bottom As System.Double _ 
) As System.Collections.Generic.IEnumerable(Of C1Line)
[System.Runtime.CompilerServices.IteratorStateMachine(C1.Xaml.RichTextBox.C1FlowView/d__12)] 
public System.Collections.Generic.IEnumerable<C1Line> GetLinesBetween( 
   System.double top, 
   System.double bottom 
)

Parameters

top
The top of the range.
bottom
The bottom of the range.

Return Value

The lines contained in a height range.
See Also

Reference

C1FlowView Class
C1FlowView Members