DonManfred,
Thanks for answering
I do not need to use the "B4XTable1_CellClicked" event, what I need is to change the color of a row where it is not clicked, example in a table that has 10 rows, I want to change the color of row No. 5.
Note: in this thread to implement the code for Sub B4XTable1_CellClicked and it gives me these errors
SelectedRows.Add (RowId) <--- does not exist
SetRowColor (Index, Selected) <--- does not exist