TextParser Library | ComponentOne
C1.TextParser Namespace / ExtractedData Class / StartIndex Property



In This Topic
    StartIndex Property
    In This Topic
    The character position where the extracted text start relatively to the input passed to StartsAfterContinuesUntil extractors.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute("C1StartIndex")>
    Public Property StartIndex As Integer
    'Usage
     
    
    Dim instance As ExtractedData
    Dim value As Integer
     
    instance.StartIndex = value
     
    value = instance.StartIndex
    [DataMember("C1StartIndex")]
    public int StartIndex {get; set;}
    [DataMember("C1StartIndex")]
    public:
    property int StartIndex {
       int get();
       void set (    int value);
    }
    See Also