ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class


In This Topic
    TableView Class Methods
    In This Topic

    For a list of all members of this type, see TableView members.

    Public Methods
     NameDescription
    Public Method Displays the Add Field GP tool.  
    Public Method Scroll the table grid to the desired row and field and set the active cell.  
    Public Method Clears all the frozen fields.  
    Public Method Clears the current highlight of the table view.  
    Public Method Clears the current selection of the table view.  
    Public Method Shows the custom field sort dialog.  
    Public Method Deletes the active field of the table view.  
    Public Method Deletes the highlighted rows.  
    Public Method Deletes the selected rows in the table view.  
    Public Method Shows the Export Talbe GP tool for exporting the attributes of the table view.  
    Public Method Shows the Find control.  
    Public Method Shows the Find and Replace control.  
    Public Method Get the object ids of all active pages. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets all the sorted object ids from the data source. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the field at the given index.  
    Public Method Gets the index of the field with the given name.  
    Public MethodGets a read-only list of FieldDescription representing the columns in the table.  
    Public Method Gets the set of frozen fields in the table view.  
    Public Method Gets the set of hidden fields in the table view.  
    Public Method Gets all the highlighted object ids from the data source.  
    Public MethodGets the object id for a row in the current ViewMode of the table.  
    Public Method Loads the row count from the data source.  
    Public MethodGets the index of a row in the current ViewMode of the table. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the index of a row in the current ViewMode of the table.  
    Public Method Gets the set of selected fields in the table view.  
    Public Method Gets all the selected object ids from the data source. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the indexes of all the selected rows. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Shows the Go to row number control.  
    Public Method Hides the selected fields of the table view.  
    Public MethodOverloaded.   
    Public Method Pans to the highlighted rows.  
    Public Method Pans to the selected rows in the table view.  
    Public Method Refreshes the content of the table view.  
    Public Method Resets the field order in the table view.  
    Public MethodOverloaded.   
    Public Method Selects all the rows in the table view.  
    Public MethodOverloaded.   
    Public Method Sets the field order in the table view according to the specified set of field names.  
    Public Method Sets the specified fields to be frozen in the table view. Frozen fields are promoted to be the first visible fields in the table view and stay visible as the table view is scrolled horizontally. A divider bar is placed between the frozen fields and the remaining fields in the table. The specified list of fields are added to any existing fields that are already frozen.  
    Public MethodSets the specified fields to be hidden in the table view UI. The specified list of fields are added to any existing fields that are already hidden. To display all fields use ShowAllFields.  
    Public Method Sets the specified fields to be selected in the table view.  
    Public Method Sets the view mode of the table view.  
    Public Method Set the zoom level for the table view. The allowed values are 50 to 400.  
    Public Method Shows all fields on the table view.  
    Public Method Sorts the values of the active field from lowest to highest.  
    Public Method Sorts the attributes in the table view.  
    Public Method Sorts the values of the active field from highest to lowest.  
    Public Method Switch the current highlight of the table view.  
    Public Method Switch the current selection of the table view.  
    Public Method Toggles between the field name and alias on the column headers of the table view.  
    Public Method Toggles the highlight of the active row of the table view.  
    Public Method Toggles the selection of the active row of the table view.  
    Public Method Toggles between the subtype and domain descriptions and codes in the colums of the table view.  
    Public Method Zooms to the highlighted rows.  
    Public Method Zooms to the selected rows in the table view.  
    Top
    See Also