I'm writing my own custom "export to excel" command for the WPF GridView. Since I can apply custom styles and want them applied to my exported spreadsheet I need to iterate through all rows / cells and snag not only content but styles. I can't seem to figure out how to do this (obviously it's set up to allow you to iterate through the underlying data items). I was thinking about using ChildOfType or something. Any thoughts?