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

In This Topic
    Refresh Method (TableView)
    In This Topic
    Refreshes the content of the table view.
    Syntax
    Public Sub Refresh() 
    public void Refresh()
    Example
    Refresh
    {
      // refresh
      if (tableView.CanRefresh)
        tableView.Refresh();
    }
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also