Members |
Description |
kTableCopyOptionNone |
None. |
kTableCopyOptionSkipContent |
Content is not copied. |
kTableCopyOptionSkipValue |
If content is a value, it is not copied. |
kTableCopyOptionSkipField |
If content is a field, it is not copied. |
kTableCopyOptionSkipFormula |
If content is a formula, it is not copied. |
kTableCopyOptionSkipBlock |
If content is a block, it is not copied. |
kTableCopyOptionSkipDataLink |
Data links are not copied. |
kTableCopyOptionSkipLabelCell |
If content is a label cell, it is not copied. |
kTableCopyOptionSkipDataCell |
If content is a data cell, it is not copied. |
kTableCopyOptionSkipFormat |
Format is not copied. |
kTableCopyOptionSkipCellStyle |
Cell style is not copied. |
kTableCopyOptionConvertFormatToOverrides |
Converts formats to overrides after copying. |
kTableCopyOptionSkipCellState |
Cell state is not copied. |
kTableCopyOptionSkipContentFormat |
Content format is not copied. Ignored if kTableCopyOptionSkipFormat is set. |
kTableCopyOptionSkipDissimilarContentFormat |
If content types are not the same, content format is not copied. Ignored if kTableCopyOptionSkipFormat or kTableCopyOptionSkipContentFormat is set. |
kTableCopyOptionSkipGeometry |
Geometric information (column width, row height, etc.) is not copied. |
kTableCopyOptionSkipMerges |
Cell merges are not copied. |
kTableCopyOptionFillTarget |
The target range is filled by repeatedly copying the source range. |
kTableCopyOptionOverwriteReadOnlyContent |
Overwrite a target cell if it has read-only content. |
kTableCopyOptionOverwriteReadOnlyFormat |
Overwrite a target cell if it has read-only format. |
kTableCopyOptionRowHeight |
Row height is copied while copying cells. Ignored when whole table is copied or if kTableCopyOptionSkipGeometry is set. |
kTableCopyOptionColumnWidth |
Column width is copied while copying cells. Ignored when whole table is copied or if kTableCopyOptionSkipGeometry is set. |
kTableCopyOptionFullCellState |
The full cell state is copied in a table. |
Specifies the table copy options.
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|