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