lv_table_has_cell_ctrl() function
Get whether a cell has the control bits
Arguments
obj
pointer to a Table object
row
id of the row [0 .. row_cnt -1]
col
id of the column [0 .. col_cnt -1]
ctrl
OR-ed values from ::lv_table_cell_ctrl_t
Return value
true: all control bits are set; false: not all control bits are set