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

In This Topic
    GetHiddenFields Method (TableControl)
    In This Topic
    Gets the set of hidden fields in the table control.
    Syntax
    Public Function GetHiddenFields() As IReadOnlyList(Of String)
    public IReadOnlyList<string> GetHiddenFields()
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also