API 文件集 > Drawings and detail > Object ProDwgtable > Function ProDwgtableCellIsComment
Function ProDwgtableCellIsComment
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Determines whether the specified cell is a comment cell.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableCellIsComment
(
/* (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.
Sample Code References
User Guide References
這是否有幫助?