I am writing a button for the right click context menu of an attribute table. When the user right clicks on a row and selects the button, I would like the row they right clicked on to be moved up or down. I cannot find anything in the api that performs this functionality. I considered just deleting the selected row and recreating it at the desired position in the table but I cannot even find a method that inserts a row into the table at a specified index. It appears that any new row created is added to the end of the table. Uma Harano Wolfgang Kaiser