API Reference > Namespaces > OdDb Namespace > Structs, Records, Enums > OdDb::MergeCellStyleOption Enumeration
OdDb::MergeCellStyleOption Enumeration
Syntax
C++
enum MergeCellStyleOption { kMergeCellStyleNone = 0, kMergeCellStyleCopyDuplicates = 0x1, kMergeCellStyleOverwriteDuplicates = 0x2, kMergeCellStyleConvertDuplicatesToOverrides = 0x4, kMergeCellStyleIgnoreNewStyles = 0x8 };

DbTableStyle.h

Members 
Description 
kMergeCellStyleNone = 0 
No options. If the target table style does not have a referenced cell style, it will be copied from the source table style. 
kMergeCellStyleCopyDuplicates = 0x1 
If there are conflicts with cell style names, the conflicting cell styles are copied from the source to target table styles as new cell styles. 
kMergeCellStyleOverwriteDuplicates = 0x2 
If there are conflicts with cell style names, the cell styles in the target table style are copied and overwritten. 
kMergeCellStyleConvertDuplicatesToOverrides = 0x4 
If there are conflicts with cell style names, the cell style format is set as overriden in the target cells, with rows or columns that reference the cell styles. 
kMergeCellStyleIgnoreNewStyles = 0x8 
If the target table style does not have a referenced cell style, it is not copied from the source to target table style. 

Specifies options for merging cell styles.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.