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