API 文档 > Custom user interface > Object ProUITable > Function ProUITableColumnCellsDeselect
Function ProUITableColumnCellsDeselect
Description
Deselects the cells of the given columns in the table.
Synopsis
#include <ProUITable.h>
ProUITableColumnCellsDeselect
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
int count
/* (In)
Number of items in the names array
*/
char** names
/* (In)
Array of column names to deselect.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
这对您有帮助吗?