API-Dokumentation > Drawings and detail > Object ProDwgtable > Function ProDwgtableRowAdd
Function ProDwgtableRowAdd
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Adds a row to a table. If you try to insert a row in the middle of a nontemplate element of a repeat region, this function returns an error.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableRowAdd
(
/* (In)
the table;
*/
int insert_after_row
/* (In)
insert the new row after this row; Row numbers start with 1. Pass the value 0 to insert the new row at the top of the table
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
double height_in_chars
/* (In)
the height of the row in characters.
*/
)
Returns
Sample Code References
User Guide References
War dies hilfreich?