Function ProUITableMinrowsSet
Description
Sets the minimum number of rows to display in the table.
Synopsis
#include <ProUITable.h>
ProUITableMinrowsSet
(
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 value should not include the title row.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
これは役に立ちましたか?