Function ProSelectionTableGet
Description
For a ProSelection representing a cell of a table, returns the table from which the cell was selected.
Synopsis
#include <ProTable.h>
ProSelectionTableGet
(
ProSelection selection
/* (In)
ProSelection representing a cell of a table.
*/
ProTable* table
/* (Out)
The table from which the cell was selected.
*/
)
Returns
selection not provided, selection not a table cell, or ProTable for output not provided.
Successfully found table corresponding to the table cell.
User Guide References
これは役に立ちましたか?