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

In This Topic
    Capture Property
    In This Topic
    Gets the found System.Text.RegularExpressions.Capture.
    Syntax
    'Declaration
     
    Public ReadOnly Property Capture As System.Text.RegularExpressions.Capture
    public System.Text.RegularExpressions.Capture Capture {get;}
    See Also