API 설명서 > Custom user interface > Object ProUITable > Function ProUITableVisiblerowsSet
Function ProUITableVisiblerowsSet
Description
Sets the number of rows visible in the table.
Synopsis
#include <ProUITable.h>
ProUITableVisiblerowsSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
int value
/* (In)
The number of rows. This number should >= 1 (where 1 is the title row).
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?