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