API Documentation > Custom user interface > Object ProUITable > Function ProUITableColumnwidthsGet
Function ProUITableColumnwidthsGet
Description
Get the width of all columns in the table in character widths. If the width is not set, then the default width is used.
Synopsis
#include <ProUITable.h>
ProUITableColumnwidthsGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The name of the table component.
*/
int* count
/* (Out)
Number of columns.
*/
int** values
/* (Out)
Array of column width values.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
Was this helpful?