Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1TextRange Structure / EndPosition Property

In This Topic
    EndPosition Property
    In This Topic
    Gets or sets the end position (inclusive) of the text range.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndPosition As Integer
    public int EndPosition {get;}
    See Also