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