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