API 설명서 > Miscellaneous > Object ProTable > Function ProTableCellsRemesh
Function ProTableCellsRemesh
Description
Undoes all merges created in the specified rectangular region.
Synopsis
#include <ProTable.h>
ProTableCellsRemesh
(
ProTable* 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
Success.
Failure.
When the input row or the column does not exist.
The object or model can't be modified.
User Guide References
도움이 되셨나요?