ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / Highlight Method / Highlight(IEnumerable<Int64>,Boolean) Method
The row indexes or object ids to highlight.
Indicates that the ids are object ids, otherwise they are row indexes.
Version

    Highlight(IEnumerable<Int64>,Boolean) Method
    Highlights rows in the table control.
    Syntax

    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.3 or higher.
    See Also