User's Guide > User Interface: Dialogs > Table > Table Row Functions
Table Row Functions
Functions Introduced
ProUITableRowIndexGet()
ProUITableRowRename()
ProUITableRowLabelSet()
ProUITableRowLabelGet()
ProUITableRowsInsert()
ProUITableRowsDelete()
ProUITableRowCellsSelect()
ProUITableRowCellsDeselect()
ProUITableRowCellLabelsSet()
Use the function ProUITableRowIndexGet() to get the index of the table row with the given name.
Use the function ProUITableRowRename() to rename the table row.
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.
这对您有帮助吗?