CGXStyle::SetMergeCell
CGXStyle& SetMergeCell(unsigned ui);
ui
-
Specifies how neighboring cells can be merged:
- GX_MERGE_DISABLED - don’t allow merging of this cell
- GX_MERGE_HORIZONTAL - allow cell to merge horizontal
- GX_MERGE_VERTICAL - allow cell to merge vertical
combined with - GX_MERGE_COMPVALUE - merge cells if they have the same value
GX_MERGE_COMPSTYLE - merge cells only if all style attributes are equal.
Remarks
Specifies how neighboring cells can be merged.