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

In This Topic
    EndIndex Property (FindResult)
    In This Topic
    Gets the offset of the end of the found text inside Range, in chars.

    Note that this is the offset of the last actual Text object in the range (not of derived objects such as Break).

    Syntax
    'Declaration
     
    Public ReadOnly Property EndIndex As System.Integer
    public System.int EndIndex {get;}
    See Also