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

In This Topic
    ReplacingArgs Class Members
    In This Topic

    The following tables list the members exposed by ReplacingArgs.

    Public Properties
     NameDescription
    Public PropertyGets the zero-based end position of the match from the start of the last Text object that contains the ending of the match. If match doesnt ends with Text object, it will be -1.  
    Public Property Gets the matched text.  
    Public Property Gets the match range.  
    Public Property Gets the match details.  
    Public Property Gets or sets the replacement string.  
    Public PropertyGets a zero-based starting position of the match from the start of the first Text object that contains the beginning of the match. If match doesnt start from Text object, it will be -1.  
    Top
    See Also