Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / MatchDetails Class / Match Property

In This Topic
    Match Property
    In This Topic
    Gets the System.Text.RegularExpressions.Match object that contains all groups and captures.
    Syntax
    'Declaration
     
    Public ReadOnly Property Match As System.Text.RegularExpressions.Match
    public System.Text.RegularExpressions.Match Match {get;}
    See Also