Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableColumnwidthsSet
Function ProUITableColumnwidthsSet
Description
Sets the widths of the columns in the table, in characters.
Synopsis
#include <ProUITable.h>
ProUITableColumnwidthsSet
(
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
*/
int* values
/* (In)
Array of column widths.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?