FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1FoundPosition Class / PositionInNearText Property

In This Topic
    PositionInNearText Property
    In This Topic
    Gets the zero-based position of the found string in NearText.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PositionInNearText As Integer
    public abstract int PositionInNearText {get;}
    See Also