Documentação da API > Custom user interface > Object ProUITable > Function ProUITableLockedcolumnsSet
Function ProUITableLockedcolumnsSet
Description
Sets the number of columns to repeat at the left of the table while scrolling.
Synopsis
#include <ProUITable.h>
ProUITableLockedcolumnsSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
int value
/* (In)
The number of columns.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Isto foi útil?