API 文件集 > Custom user interface > Object ProUITable > Function ProUITableCellLabelGet
Function ProUITableCellLabelGet
Description
Gets the text contained in the table cell.
Synopsis
#include <ProUITable.h>
ProUITableCellLabelGet
(
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
/* (Out)
The cell label string, allocated by the function. Use ProWstringFree to release it.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
這是否有幫助?