C++
enum MergeCellStyleOption { kMergeCellStyleNone = 0, kMergeCellStyleCopyDuplicates = 0x1, kMergeCellStyleOverwriteDuplicates = 0x2, kMergeCellStyleConvertDuplicatesToOverrides = 0x4, kMergeCellStyleIgnoreNewStyles = 0x8 };
File
acdb.h
Members
Members | Description |
---|---|
kMergeCellStyleNone | No option. If the target table style does not have a referenced cell style it will be copied from from the source to target table style. |
kMergeCellStyleCopyDuplicates | If there are cell style name conflicts, copy the conflicting cell styles from source to target table styles as new cell styles |
kMergeCellStyleOverwriteDuplicates | If there are cell style name conflicts, copy and overwrite the cell styles in target table style |
kMergeCellStyleConvertDuplicatesToOverrides | If there are cell style name conflicts, set the cell style format as overrides in the target cells, rows, or columns which reference the cell styles. |
kMergeCellStyleIgnoreNewStyles | If the target table style does not have a referenced cell style don't copy it from source to target table style. |
Description
Options for merging cell styles