API 文档 > Custom user interface > Object ProUITable > Function ProUITableAlignmentSet
Function ProUITableAlignmentSet
Description
Set the given value to align the text in the row and column header label of the table.
Synopsis
#include <ProUITable.h>
ProUITableAlignmentSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The name of the table component.
*/
int value
/* (In)
alignment value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
这对您有帮助吗?