SortAndGroupGroupPattern Property 
             | 
            
               
             | 
          
        
         
 Identifies the part of the filenames that will be used for grouping.
 When non empty, it defines the pattern used to identify each group
 according to the regex syntax as implemented by Microsoft.
 See http://msdn.microsoft.com/en-us/library/az24scfc.aspx. The part
 of the name is identified by a regex group, for example "(\d+)"
 would produce the groups: (AnImgDapi001.tif, AnImgFitc001.tif), (AnImgDapi002.tif, AnImgFitc002.tif) .
 The single number special case defines the number of objects to put
 in each group.
 
 
    Namespace: 
   MediaCy.Addins.Scripting
    Assembly:
   MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
SyntaxPublic Property GroupPattern As String
	Get
	Set
Property Value
Type: 
StringReturn Value
Type: 
String
Remarks
See Also