RepeaterGroup.addRowHeaderTemplate Method
        
 Adds a row header template to the group.
 
         
        Parameters
        
            - template
            
 
            - 
                
Type: Template
The template to add. 
            - collectionIndex
            
 
            - 
                
Type: Number (Integer)
(optional) The index in the rowHeaderTemplates array.  If not specified, the template will be added to the first row header template collection.
Optional: True 
            - insertIndex
            
 
            - 
                
Type: Number (Integer)
(optional) An index in the array at which to insert the template. If not specified, the template will be added to the end.
Optional: True