[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FindResult

Class FindResult

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the result of a find operation.

public class FindResult
Inheritance
object
FindResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Details

Gets the details of the found instance.

public MatchDetails Details { get; }

Property Value

MatchDetails

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

public int EndIndex { get; }

Property Value

int

Range

Gets the range that represents the found text.

public Range Range { get; }

Property Value

Range

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

public int StartIndex { get; }

Property Value

int