API-Dokumentation > Miscellaneous > Object ProTable > Function ProTableCellNoteGet
Function ProTableCellNoteGet
Description
Returns the note identifier for a specified cell of the table.
Synopsis
#include <ProTable.h>
ProTableCellNoteGet
(
ProTable* table
/* (In)
the reference to the table.
*/
int column
/* (In)
The column index. Column indices start at 1.
*/
int row
/* (In)
The row index. Row indices start at 1.
*/
int* id
/* (Out)
The id of note for the specified cell.
*/
)
Returns
The note identifier for the specified cell.
The cell is empty.
Another error occurred and the function failed.
User Guide References
War dies hilfreich?