[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FindResult

FindResult Class

Represents the result of a find operation.

Inheritance
FindResult
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class FindResult
Public Class FindResult

Properties

Name Description
Details

Gets the details of the found instance.

EndIndex

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).

Range

Gets the range that represents the found text.

StartIndex

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).