Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableAnchorCellGet
Function ProUITableAnchorCellGet
Description
Gets the coordinates of the table selection anchor cell.
Synopsis
#include <ProUITable.h>
ProUITableAnchorCellGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char** row
/* (Out)
The table row name. Use ProStringFree to release this string.
*/
char** column
/* (Out)
The table column name. Use ProStringFree to release this string.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?