Trying to create a map document programmatically. Added a featureclass as a layer. When I open the map document in ArcMap, I want the table for that layer to be open.
Found TableView (doc) and AddTableView (doc), but these seem to be only for standalone tables. I also looked at the properties for Layer (doc) and for DataFrame (doc) and didn't see methods that looked right.
What I'm shooting for is to double-click on the mxd and have something like image below appear.

Any ideas?