Documentation de l'API > Miscellaneous > Object ProTable > Function ProTableSegExtentsGet
Function ProTableSegExtentsGet
Description
Returns the start/end rows and columns of a particular table segment.
Note: Row and column numbers range from 1 to the total number of rows and columns in the table.
Synopsis
#include <ProTable.h>
ProTableSegExtentsGet
(
ProTable* p_table
/* (In)
The table in question.
*/
int* first_row
/* (Out)
The first row in the table segment. Pass NULL if not interested in this value.
*/
int* last_row
/* (Out)
The last row in the table segment. Pass NULL if not interested in this value.
*/
int* first_column
/* (Out)
The first column in the table segment. Pass NULL if not interested in this value.
*/
int* last_column
/* (Out)
The last column in the table segment. Pass NULL if not interested in this value.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
PRO_VALUE_UNUSED was used for multiple-segment table.
User Guide References
Est-ce que cela a été utile ?