| Description |
| Gets merge information of specified cell. |
| Synopsis |
| #include <ProTable.h> |
| ProError | ProTableCellMergeGet | ( |
| ProTable* table | |
| /*
(In) |
| table |
| */ |
| int row | |
| /*
(In) |
| specify row of cell. Indices start at 1 |
| */ |
| int col | |
| /*
(In) |
| specify column of cell. Indices start at 1 |
| */ |
| ProBoolean* is_merge | |
| /*
(Out) |
| PRO_B_TRUE if cell is merge |
| */ |
| int* start_row | |
| /*
(Out) |
| row index for start merge cell. Indices start at 1 |
| */ |
| int* start_col | |
| /*
(Out) |
| column index for start merge cell. Indices start at 1 |
| */ |
| int* end_row | |
| /*
(Out) |
| row index for end merge cell. Indices start at 1. |
| */ |
| int* end_col | |
| /*
(Out) |
| column index for end merge cell. Indices start at 1. |
| */ |
| ) |
| Returns |
|
|