API Documentation > Custom user interface > Object ProUITable > Function ProUITableRowCellsSelect
Function ProUITableRowCellsSelect
Description
Selects the cells of the given rows of the table.
NOTE: The table selection policy must be either Multiple or Extended.
Synopsis
#include <ProUITable.h>
ProUITableRowCellsSelect
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
int count
/* (In)
Number of items in the names array
*/
char** names
/* (In)
Names of the rows to select.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
Was this helpful?