ArcGIS Pro 3.3 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.

In This Topic
    Highlight(Int64,Boolean) Method
    In This Topic
    Highlights a row in the table view.
    Syntax
    public Task Highlight( 
       long id,
       bool idIsObjectId
    )
    Public Overloads Function Highlight( _
       ByVal id As Long, _
       ByVal idIsObjectId As Boolean _
    ) As Task

    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