Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ReplacingArgs Class / StartIndex Property

In This Topic
    StartIndex Property (ReplacingArgs)
    In This Topic
    Gets a zero-based starting position of the match from the start of the first Text object that contains the beginning of the match. If match doesnt start from Text object, it will be -1.
    Syntax
    'Declaration
     
    Public ReadOnly Property StartIndex As System.Integer
    public System.int StartIndex {get;}
    See Also