API 설명서 > Custom user interface > Object ProUITable > Function ProUITableCellLabelSet
Function ProUITableCellLabelSet
Description
Sets the text contained in the table cell.
Synopsis
#include <ProUITable.h>
ProUITableCellLabelSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* row
/* (In)
The table row name.
*/
char* column
/* (In)
The table column name.
*/
wchar_t* label
/* (In)
The cell label string.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
도움이 되셨나요?