ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl 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 control.
    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