ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class / SelectAll Method
Example

In This Topic
    SelectAll Method (TableView)
    In This Topic
    Selects all the rows in the table view.
    Syntax
    Public Sub SelectAll() 
    public void SelectAll()
    Example
    Select all rows
    {
      if (tableView.CanSelectAll)
        tableView.SelectAll();
    }
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also