API Documentation > Drawings and detail > Object ProDtlnote > Function ProDtlnoteTableCellGet
Function ProDtlnoteTableCellGet
Description
Returns information on the table, and row and column within that table, for a table note.
Synopsis
#include <ProDtlnote.h>
ProDtlnoteTableCellGet
(
/* (In)
The detail note.
*/
/* (Out)
The table (may be NULL).
*/
int* p_row
/* (Out)
The row, indexed starting at 0 (may be NULL).
*/
int* p_col
/* (Out)
The column, indexed starting at 0 (may be NULL).
*/
)
Returns
The function succeeded, outputs
One or more input arguments was invalid.
This is not a table note.
User Guide References
Was this helpful?