Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ReplaceAction Enumeration

In This Topic
    ReplaceAction Enumeration
    In This Topic
    Specifies the action to take when a match is found.
    Syntax
    'Declaration
     
    Public Enum ReplaceAction 
       Inherits System.Enum
    public enum ReplaceAction : System.Enum 
    Members
    MemberDescription
    Replace Replace the current capture.
    SkipCurrentCapture Skip the current capture.
    SkipWholeMatch Skip the current match.
    Stop Stop the search.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.ReplaceAction

    See Also