API 설명서 > Custom user interface > Object ProUITable > Function ProUITableRownamesSet
Function ProUITableRownamesSet
Description
Sets the name of the rows in the table.
If adding new rows - labels must be assigned using ProUITableRowlabelsSet() or ProUITableRowLabelSet().
Synopsis
#include <ProUITable.h>
ProUITableRownamesSet
(
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 values array
*/
char** values
/* (In)
Array of row names.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
도움이 되셨나요?