API Documentation > Custom user interface > Object ProUITable > Function ProUITableColumnselectionpolicySet
Function ProUITableColumnselectionpolicySet
Description
Sets the table column selection policy.
Synopsis
#include <ProUITable.h>
ProUITableColumnselectionpolicySet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
/* (In)
The table column selection policy:
PROUISELPOLICY_NONE = Do not allow column selection.
PROUISELPOLICY_SINGLE = Select 0 or 1 columns.
PROUISELPOLICY_BROWSE = Always select exactly 1 column.
PROUISELPOLICY_MULTIPLE = Select any number of columns.
PROUISELPOLICY_EXTENDED = Select any number of columns, including ranges of columns.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?