ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class / SetViewMode Method
The view mode of the table.
Example

In This Topic
    SetViewMode Method (TableView)
    In This Topic
    Sets the view mode of the table view.
    Syntax
    Public Function SetViewMode( _
       ByVal viewMode As TableViewMode _
    ) As Task
    public Task SetViewMode( 
       TableViewMode viewMode
    )

    Parameters

    viewMode
    The view mode of the table.

    Return Value

    That task executing the change.
    Example
    Set Table ViewingMode
    {
      // change to "selected record" mode
      tableView.SetViewMode(TableViewMode.eSelectedRecords);
    }
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also