RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ListItemView Class / GetLinesBetween Method
The top of the range.
The bottom of the range.

In This Topic
    GetLinesBetween Method (C1ListItemView)
    In This Topic
    Returns the lines contained in a height range.
    Syntax
    'Declaration
     
    
    Public Function GetLinesBetween( _
       ByVal top As Double, _
       ByVal bottom As Double _
    ) As IEnumerable(Of C1Line)
    public IEnumerable<C1Line> GetLinesBetween( 
       double top,
       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