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