Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableColumnresizingsGet
Function ProUITableColumnresizingsGet
Description
Get the resizing factor of all the columns in the tabel. The default value is 0.
Synopsis
#include <ProUITable.h>
ProUITableColumnresizingsGet
(
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 resizing factor for all the columns.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?