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

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

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

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