BevelButton.RemoveRow
From Xojo Documentation
Method
Removes the passed Row from the menu. The first menu item is zero.
Sample Code
The following code removes row 2. The first row is row zero.
BevelButton1.RemoveRow(2)
Removes the passed Row from the menu. The first menu item is zero.
The following code removes row 2. The first row is row zero.