Iterating Cells
To iterate thought the cells in RadPivotGrid you should first retrieve all row and column groups. This will allow you to create a loop and get all cells values for example:
Iterating Cells
Using the above approach you can determine if a cell is selected or programmatically select it as well: