| Description |
| adds column to a table |
| Replacement in Object TOOLKIT: | pfcTable::InsertColumn |
| Synopsis |
| #include <ProDwgtable.h> |
| ProError | ProDwgtableColumnAdd | ( |
| ProDwgtable* table | |
| /*
(In) |
| the table; |
| */ |
| int insert_after_col | |
| /*
(In) |
| insert the new column after this column. Column numbers start with 1. If you want the new column to be the first column, pass the value 0. |
| */ |
| int display | |
| /*
(In) |
| Flag that specifies whether or not the table is to be displayed after creation. |
| */ |
| double width_in_chars | |
| /*
(In) |
| the width of the column, in characters. |
| */ |
| ) |
| Returns |
|
|