SortAndGroupSortPattern Property 
             | 
            
               
             | 
          
        
         
 Identifies the part of the filenames that will be used for sorting.
 If this property is empty, then the full name is used for sorting,
 otherwise the syntax is 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
 identify the numeric end of the following strings: AnImgDapi001.tif, 
 AnImgFitc001.tif, AnImgDapi002.tif, AnImgFitc002.tif .
 
 
    Namespace: 
   MediaCy.Addins.Scripting
    Assembly:
   MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
SyntaxPublic Property SortPattern As String
	Get
	Set
Property Value
Type: 
StringReturn Value
Type: 
String
Remarks
See Also