Documentation de l'API > Miscellaneous > Object ProTable > Function ProTableCellIsComment
Function ProTableCellIsComment
Description
Determines whether the specified cell is a comment cell.
Synopsis
#include <ProTable.h>
ProTableCellIsComment
(
ProTable* table
/* (In)
the table;
*/
int column
/* (In)
the column index. The column indices start at 1.
*/
int row
/* (In)
the row index. The row indices start at 1.
*/
ProBoolean* is_comment
/* (Out)
PRO_B_TRUE if the cell is a comment cell. PRO_B_FALSE otherwise.
*/
)
Returns
success.
One or more input arguments was invalid.
User Guide References
Est-ce que cela a été utile ?