ArcGIS Pro 2.9 API Reference Guide
OpenTablePane(PaneCollection,MapMember,TableViewMode) Method

ArcGIS.Desktop.Core Namespace > FrameworkExtender Class > OpenTablePane Method : OpenTablePane(PaneCollection,MapMember,TableViewMode) Method
The mapMember for which the table pane will be opened
Show all records or just selected
Open a table pane for a MapMember. If a table pane is already open it will be activated. You must be on the UI thread to call this function.
Syntax
Public Overloads Shared Function OpenTablePane( _
   ByVal paneCollection As PaneCollection, _
   ByVal mapMember As MapMember, _
   Optional ByVal viewMode As TableViewMode _
) As ITablePane

Parameters

paneCollection
mapMember
The mapMember for which the table pane will be opened
viewMode
Show all records or just selected

Return Value

Exceptions
ExceptionDescription
Table panes cannot be accessed from a thread other than the thread they were created on.
The map viewer is not initialized.
Remarks
There must be an active map view otherwise a System.InvalidOperationException is thrown
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

FrameworkExtender Class
FrameworkExtender Members
Overload List