ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / Highlight Method
The row indexes or object ids to highlight.
Indicates that the ids are object ids, otherwise they are row indexes.

In This Topic
    Highlight Method (TableControl)
    In This Topic
    Highlights rows in the table control.
    Syntax
    Public Function Highlight( _
       ByVal ids As IEnumerable(Of Long), _
       ByVal idsAreObjectIds As Boolean _
    ) As Task

    Parameters

    ids
    The row indexes or object ids to highlight.
    idsAreObjectIds
    Indicates that the ids are object ids, otherwise they are row indexes.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also