ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / ActiveRowIndex Property

In This Topic
    ActiveRowIndex Property (TableControl)
    In This Topic
    Gets or sets the zero based index of the active row in the table.
    Syntax
    public int ActiveRowIndex {get; set;}
    Public Property ActiveRowIndex As Integer
    Remarks
    This property must be accessed on the UI thread.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also