DbTableStyle.h
Members |
Description |
kTableCopyOptionNone = 0 |
None. |
kTableCopyOptionSkipContent = 0x2 |
Content is not copied. |
kTableCopyOptionSkipValue = 0x4 |
If content is a value, it is not copied. |
kTableCopyOptionSkipField = 0x8 |
If content is a field, it is not copied. |
kTableCopyOptionSkipFormula = 0x10 |
If content is a formula, it is not copied. |
kTableCopyOptionSkipBlock = 0x20 |
If content is a block, it is not copied. |
kTableCopyOptionSkipDataLink = 0x40 |
Data links are not copied. |
kTableCopyOptionSkipLabelCell = 0x80 |
If content is a label cell, it is not copied. |
kTableCopyOptionSkipDataCell = 0x100 |
If content is a data cell, it is not copied. |
kTableCopyOptionSkipFormat = 0x200 |
Format is not copied. |
kTableCopyOptionSkipCellStyle = 0x400 |
Cell style is not copied. |
kTableCopyOptionConvertFormatToOverrides = 0x800 |
Converts formats to overrides after copying. |
kTableCopyOptionSkipCellState = 0x1000 |
Cell state is not copied. |
kTableCopyOptionSkipContentFormat = 0x2000 |
Content format is not copied. Ignored if kTableCopyOptionSkipFormat is set. |
kTableCopyOptionSkipDissimilarContentFormat = 0x4000 |
If content types are not the same, content format is not copied. Ignored if kTableCopyOptionSkipFormat or kTableCopyOptionSkipContentFormat is set. |
kTableCopyOptionSkipGeometry = 0x8000 |
Geometric information (column width, row height, etc.) is not copied. |
kTableCopyOptionSkipMerges = 0x10000 |
Cell merges are not copied. |
kTableCopyOptionFillTarget = 0x20000 |
The target range is filled by repeatedly copying the source range. |
kTableCopyOptionOverwriteReadOnlyContent = 0x40000 |
Overwrite a target cell if it has read-only content. |
kTableCopyOptionOverwriteReadOnlyFormat = 0x80000 |
Overwrite a target cell if it has read-only format. |
kTableCopyOptionRowHeight = 0x1000000 |
Row height is copied while copying cells. Ignored when whole table is copied or if kTableCopyOptionSkipGeometry is set. |
kTableCopyOptionColumnWidth = 0x2000000 |
Column width is copied while copying cells. Ignored when whole table is copied or if kTableCopyOptionSkipGeometry is set. |
kTableCopyOptionFullCellState = 0x4000000 |
The full cell state is copied in a table. |
Specifies the table copy options.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|