ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / SetHiddenFields Method

In This Topic
    SetHiddenFields Method (TableControl)
    In This Topic
    Sets the specified fields to be hidden in the table control UI. The specified list of fields are added to any existing fields that are already hidden. To display all fields use ShowAllFields.
    Syntax
    Public Sub SetHiddenFields( _
       ByVal fieldNames As List(Of String) _
    ) 
    public void SetHiddenFields( 
       List<string> fieldNames
    )

    Parameters

    fieldNames
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also