Finding index of rows and columns in SAP



To identify the index of the row, you can use the property “indexOfRow” to get the row of the clicked button.

All the buttons will be in the same column, so it does not make sense to get the column index, but if you still need to get the column index then you can go ahead and use the property “indexOfColumn” or “columnIndex”.

Samual Sam
Samual Sam

Learning faster. Every day.


Advertisements