
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. */ ) |

selection not provided, selection not a table cell, or ProTable for output not provided. | |
Successfully found merge information |

