CGXStyle::GetMergeCell
unsigned GetMergeCell() const;
Return Value
The return value can be one of:
- GX_MERGE_DISABLED - don’t allow merging of this cell
- GX_MERGE_HORIZONTAL - allow cell to merge horizontally
- GX_MERGE_VERTICAL - allow cell to merge vertically.
- GX_MERGE_COMPVALUE - merge cells if they have the same value
- GX_MERGE_COMPSTYLE - merge cells only if all style attributes are equal.
Remarks
Determines how neighboring cells can be merged.