API 설명서 > Custom user interface > Object ProUITable > Function ProUITableColumnRename
Function ProUITableColumnRename
Description
Renames a table column.
Synopsis
#include <ProUITable.h>
ProUITableColumnRename
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* column
/* (In)
The table column name.
*/
char* name
/* (In)
The new name.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?