DataCubeCanvasService.modifyColumnWidth Method
        
  Change the width of a column in a template grid. 
 
         
        Parameters
        
            - columnNumber
            
 
            - 
                
Type: Number
Row number to alter. 
            - newWidthOrDeltaWidth
            
 
            - 
                
Type: Number
New width or change in width. 
            - isDelta
            
 
            - 
                
Type: Boolean - May be null
(Optional) True to specify newWidthOrDeltaWidth 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.