Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
Loop through UltraGird
posted

Hello. 

I have an UltraGrid that loads from an Excel file.

grdPart

What I would like to do is loop each row and column, the ones that are selected, so that I can get the value and "Header".

For example, for the image I would get the following:

For the first row.

SUB: 431/

P1: 88.2

P2: 96.9

P3: 0

P4: 6.24

P5: 6.86

P6: 209.65

P7: 230.7

P8: 253.8

P9: 97

P10: 0

P11: 88.2

P12: 96.9

P15: 74.97

P16: 76.03397052

For the second row, I will get the values from the SUB: 437/

Can someone please tell me how to achieve this? 

Thanks