How to read the entire row within a range in excel

I have set it to start at A11, and I understand that the columns are called A, B, C…so to display the table data I use this CurrentRow(“B”).ToString

Because I need to retrieve the data of B, C, D, E of each row, thank you very much for your help