BevelButton.RemoveRow
From Real Software Documentation
Method
BevelButton.RemoveRow ( Row as Integer )
Removes the passed Row from the menu. The first menu item is zero.
Example
The following example removes row 2. The first row is row zero.
me.removeRow 2
