API Documentation > Custom user interface > Object ProUITable > Function ProUITableColumnWidthSet
Function ProUITableColumnWidthSet
Description
Sets the width of the column in the table.
Synopsis
#include <ProUITable.h>
ProUITableColumnWidthSet
(
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.
*/
int width
/* (In)
The new column width.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?