| Description |
| Undoes all merges created in the specified rectangular region. |
| Replacement in Object TOOLKIT: | pfcTable::SubdivideRegion |
| Synopsis |
| #include <ProDwgtable.h> |
| ProError | ProDwgtableCellsRemesh | ( |
| ProDwgtable* table | |
| /*
(In) |
| the table; |
| */ |
| int start_column | |
| /*
(In) |
| the leftmost column of the region to remesh; |
| */ |
| int start_row | |
| /*
(In) |
| the upper row of the region to remesh; |
| */ |
| int end_column | |
| /*
(In) |
| the rightmost column of the region to remesh; |
| */ |
| int end_row | |
| /*
(In) |
| the bottom row of the region to remesh. |
| */ |
| int display | |
| /*
(In) |
| Flag that specifies whether or not the table is to be displayed after creation. If display==TRUE, then the table is displayed (behavior as in releases prior to Release 20). If display==FALSE, then the table is not displayed. |
| */ |
| ) |
| Returns |
|
|