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