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