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