ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class / Highlight Method / Highlight(Int64,Boolean) Method
The row index or object id to highlight.
Indicates that the id is an object id, otherwise it is a row index.
Version

Highlight(Int64,Boolean) Method
Highlights a row in the table view.
Syntax
public Task Highlight( 
   long id,
   bool idIsObjectId
)

Parameters

id
The row index or object id to highlight.
idIsObjectId
Indicates that the id is an object id, otherwise it is a row index.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.3 or higher.
See Also