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

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