ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / SetSelectedFields Method

In This Topic
    SetSelectedFields Method (TableControl)
    In This Topic
    Sets the specified fields to be selected in the table control.
    Syntax
    public void SetSelectedFields( 
       List<string> fieldNames
    )
    Public Sub SetSelectedFields( _
       ByVal fieldNames As List(Of String) _
    ) 

    Parameters

    fieldNames
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also