Documentação da API > Custom user interface > Object ProUITable > Function ProUITableColumnIndexGet
Function ProUITableColumnIndexGet
Description
Gets the column index for a given column.
Synopsis
#include <ProUITable.h>
ProUITableColumnIndexGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* column
/* (In)
The table column name.
*/
int* index
/* (Out)
The table column index. The indices start at 0.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Isto foi útil?