I have a tableview structure like this,
Section 1
----> Row 1
----> Row 2
----> Row 3
Section 2
----> Row 1
----> Row 2
Section 3
----> Row 1
----> Row 2
----> Row 3
----> Row 4
How to get index of particular row that I have to pass, like i have to get index of 2nd row from 3rd section ? Consider I have to pass exact address/index/location of 2nd row from 3rd section.