We are trying to build a tool which manipulates rows in the active table pane. Normally, I would use the MapView.Active.Map pattern to access the Table, but I cannot find a method for the active table.
The ProApp.Panes.ActivePane.InstanceID method returns ArcGIS.Desktop.Editing.TablePaneViewModel, but I cannot get the table object from the view model to pass to my other code.
What is the best way to access the active table in a project as an object?
Thanks!