Attempts to augment the argument column by merging columns into from the argument direction.
            direction > 0 -- columns > the argument column are shifted
            direction < 0 -- columns < the argument column are shifted
            Returns true if the argument column was changed.
            
            
            
            Syntax
            
        
            Parameters
- column
- direction
Return Value
Returns true if the argument column was changed and false otherwise.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also