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