lv_table_get_selected_cell() function
Get the selected cell (pressed and or focused)
Arguments
obj
pointer to a table object
row
pointer to variable to store the selected row (LV_TABLE_CELL_NONE: if no cell selected)
col
pointer to variable to store the selected column (LV_TABLE_CELL_NONE: if no cell selected)