Use the function
ProUITableRowIndexGet() to get the index of the table row with the given name.
Use the function
ProUITableRowLabelSet() to set the user-visible label for the table row.
Use the function
ProUITableRowLabelGet() to get the user-visible label for the table row.
Use the function
ProUITableRowsInsert() to insert one or more new rows into the table.
Use the function
ProUITableRowsDelete() to delete one or more rows from the table.
Use the function
ProUITableRowCellsSelect() to select the cells of the given rows of the table. The table selection policy must be either Multiple or Extended.
Use the function
ProUITableRowCellsDeselect() to deselect the cells of the given rows of the table.
Use the function
ProUITableRowCellLabelsSet() to set the contents of the cells of the rows using a single string.