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

In This Topic
    StartPosition Property
    In This Topic
    Gets or sets the 0-based start position in the text range.
    Syntax
    'Declaration
     
    Public Property StartPosition As Integer
    public int StartPosition {get; set;}
    See Also