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

In This Topic
    GoTo Method (TableView)
    In This Topic
    Shows the Go to row number control.
    Syntax
    Public Sub GoTo() 
    public void GoTo()
    Example
    GoTo TableView
    {
      // launch the GoTo UI
      if (tableView.CanGoTo)
        tableView.GoTo();
    }
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also