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

In This Topic
    FindResult Class Members
    In This Topic

    The following tables list the members exposed by FindResult.

    Public Properties
     NameDescription
    Public Property Gets the details of the found instance.  
    Public PropertyGets 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).

     
    Public Property Gets the range that represents the found text.  
    Public PropertyGets 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).

     
    Top
    See Also