Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb::MergeCellStyleOption Enumeration
Syntax
C++
enum MergeCellStyleOption { kMergeCellStyleNone = 0, kMergeCellStyleCopyDuplicates = 0x1, kMergeCellStyleOverwriteDuplicates = 0x2, kMergeCellStyleConvertDuplicatesToOverrides = 0x4, kMergeCellStyleIgnoreNewStyles = 0x8 };
Members
Description
kMergeCellStyleNone
No options. If the target table style does not have a referenced cell style, it will be copied from the source table style.
kMergeCellStyleCopyDuplicates
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
If there are conflicts with cell style names, the cell styles in the target table style are copied and overwritten.
kMergeCellStyleConvertDuplicatesToOverrides
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
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.

File: DbTableStyle.h 

Namespace: OdDb 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.