Documentación de la API > Miscellaneous > Object ProTable > Function ProTableCellRegionGet
Function ProTableCellRegionGet
Description
Get region id from table cell.
Synopsis
#include <ProTable.h>
ProTableCellRegionGet
(
ProMdl mdl
/* (In)
The Model.
*/
ProTable* pro_table
/* (In)
The table.
*/
int column
/* (In)
The column the cell belongs to, the first column is 0.
*/
int row
/* (In)
The row the cell belongs to, the first row is 0.
*/
int* r_region_id
/* (Out)
The region id.
*/
)
Returns
The function found region from cell.
One or more of the input arguments are invalid.
PRO_TO_E_NOT_FOUND
The table cell doesn't belong to any region.
User Guide References
¿Fue esto útil?