Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableResetColumnWidth
Function ProUITableResetColumnWidth
Description
Sets the column width to the default.
Synopsis
#include <ProUITable.h>
ProUITableResetColumnWidth
(
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.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?