FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1TextRange Structure / C1TextRange Constructor
Index of the first char in text interval.
Length of the text interval.

In This Topic
    C1TextRange Constructor
    In This Topic
    Initializes a new instance of the C1TextRange struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startIndex As Integer, _
       ByVal length As Integer _
    )
    public C1TextRange( 
       int startIndex,
       int length
    )

    Parameters

    startIndex
    Index of the first char in text interval.
    length
    Length of the text interval.
    See Also