FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.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