Documentazione API > Miscellaneous > Object ProTable > Function ProTableSegSheetGet
Function ProTableSegSheetGet
Description
To determine upon which sheet a table segment lies.
Synopsis
#include <ProTable.h>
ProTableSegSheetGet
(
ProTable* p_table
/* (In)
The table in question.
*/
int segment
/* (In)
The segment ID to check(Segment Id starts with 0). Pass PRO_VALUE_UNUSED for a single segment table.
*/
int* sheet
/* (Out)
The sheet upon which the segment lies.
*/
)
Returns
The query was successful.
The table or segment did not exist.
If model is passed.
PRO_VALUE_UNUSED was used for multiple-segment table.
User Guide References
È stato utile?