| 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: | pfcTable::InsertRow |
| Synopsis |
| #include <ProDwgtable.h> |
| ProError | ProDwgtableRowAdd | ( |
| ProDwgtable* table | |
| /*
(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 |
|
|