menu
sap_gui_scripting package
documentation
gui_classes/gui_grid_view.dart
GuiGridView
moveRows method
moveRows method
dark_mode
light_mode
moveRows
method
void
moveRows
(
int
fromRow
,
int
toRow
,
int
destRow
)
Implementation
void moveRows(int fromRow, int toRow, int destRow) => obj.moveRows(fromRow, toRow, destRow);
sap_gui_scripting package
documentation
gui_classes/gui_grid_view
GuiGridView
moveRows method
GuiGridView class