* @param dragFromGridRowPosition
* The row position of the row that is dragged
*/
protected void fireMoveStartCommand(NatTable natTable,
int dragFromGridRowPosition) {
natTable.doCommand(new RowReorderStartCommand(natTable,
dragFromGridRowPosition));
}