DashboardCanvasService.modifyRowHeight Method
        
 Change the height of a row in a template grid. 
 
         
        Parameters
        
            - rowNumber
            
 
            - 
                
Type: Number
Row number to alter. 
            - newHeightOrDeltaHeight
            
 
            - 
                
Type: Number
New height or change in height. 
            - isDelta
            
 
            - 
                
Type: Boolean - May be null
(Optional) True to specify newHeightOrDeltaHeight in delta. 
            - notUndoable
            
 
            - 
                
Type: Boolean - May be null
(Optional) True to be not undoable. 
            - suppressErrors
            
 
            - 
                
Type: Boolean - May be null
 (Optional) True to display errors as warnings in the console instead of showing an error alert. 
            - modifyTemplate
            
 
            - 
                
Type: Boolean - May be null
 (Optional) True to allow modification to template. 
            - overrideMin
            
 
            - 
                
Type: Boolean - May be null
 (Optional) True to override the error message when the new height is less than minimal height.