menu
sap_gui_scripting package
documentation
gui_classes/gui_grid_view.dart
GuiGridView
getCellLeft method
getCellLeft method
dark_mode
light_mode
getCellLeft
method
int
getCellLeft
(
int
row
,
String
column
)
Implementation
int getCellLeft(int row, String column) => obj.getCellLeft(row, column);
sap_gui_scripting package
documentation
gui_classes/gui_grid_view
GuiGridView
getCellLeft method
GuiGridView class