Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / C1TextRange Structure / StartPosition Property

In This Topic
    StartPosition Property (C1TextRange)
    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