Share via


RegexCollection.AddRange Method

Adds an array of regular expressions to the end of RegexCollection.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Sub AddRange ( _
    value As Regex() _
)
void AddRange(
    Regex[] value
)

Parameters

.NET Framework Security

See Also

Reference

RegexCollection Interface

Microsoft.Office.Tools Namespace