<< Return to Main Index

< Return to Class Index

class CGXExcelMergedCellsHandler : public CGXExcelHandler

This object handles MERGEDCELLS records. These are not documented in the Excel SDK.

The format for this is as below

WORD count: Count of records that follow

WORD nStartRow: Top row

WORD nEndRow: End Row

WORD nStartCol: Top Column

WORD nEndCol: End column

Constant: E5h

#include <gxexrd.h>

See Also

CGXExcelHandler