Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextRange Class / End Property

In This Topic
    End Property
    In This Topic
    Gets the end pointer of the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property End As C1TextPointer
    public C1TextPointer End {get;}
    See Also