Function ProTableCellMergeGet
Description
Gets merge information of specified cell.
Synopsis
#include <ProTable.h>
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
selection not provided, selection not a table cell, or ProTable for output not provided.
Successfully found merge information
User Guide References
これは役に立ちましたか?