ArcGIS Pro 2.9 API Reference Guide
BringIntoView Method (ITablePane)

ArcGIS.Desktop.Mapping Namespace > ITablePane Interface : BringIntoView Method
Row index to scroll to.
Scroll the table grid to the desired row and keep the current field.
Syntax
Task BringIntoView( 
   int rowIndex
)
Function BringIntoView( _
   ByVal rowIndex As Integer _
) As Task

Parameters

rowIndex
Row index to scroll to.

Return Value

A Task of the operation.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ITablePane Interface
ITablePane Members