Parameters |
Description |
const OdDbLinkedTableData* pSrc |
[in] Pointer to source table. |
OdDb::TableCopyOption nOption |
[in] Copy option. |
const OdCellRange& srcRange |
[in] Source cell range. |
const OdCellRange& targetRange |
[in] Target cell range. |
OdCellRange* pNewTargetRange |
[out] New target cell range. |
Copies the content from a source table to this table.
Option should take one of the following values:
Name |
Value |
kTableCopyOptionNone |
0 |
kTableCopyOptionExpandOrContractTable |
0x1 |
kTableCopyOptionSkipContent |
0x2 |
kTableCopyOptionSkipValue |
0x4 |
kTableCopyOptionSkipField |
0x8 |
kTableCopyOptionSkipFormula |
0x10 |
kTableCopyOptionSkipBlock |
0x20 |
kTableCopyOptionSkipDataLink |
0x40 |
kTableCopyOptionSkipLabelCell |
0x80 |
kTableCopyOptionSkipDataCell |
0x100 |
kTableCopyOptionSkipFormat |
0x200 |
kTableCopyOptionSkipCellStyle |
0x400 |
kTableCopyOptionConvertFormatToOverrides |
0x800 |
kTableCopyOptionSkipCellState |
0x1000 |
kTableCopyOptionSkipContentFormat |
0x2000 |
kTableCopyOptionSkipDissimilarContentFormat |
0x4000 |
kTableCopyOptionSkipGeometry |
0x8000 |
kTableCopyOptionSkipMerges |
0x10000 |
kTableCopyOptionFillTarget |
0x20000 |
kTableCopyOptionOverwriteReadOnlyContent |
0x40000 |
kTableCopyOptionOverwriteContentModifiedAfterUpdate |
0x100000 |
kTableCopyOptionOverwriteFormatModifiedAfterUpdate |
0x200000 |
kTableCopyOptionOnlyContentModifiedAfterUpdate |
0x400000 |
kTableCopyOptionOnlyFormatModifiedAfterUpdate |
0x800000 |
kTableCopyOptionRowHeight |
0x1000000 |
kTableCopyOptionColumnWidth |
0x2000000 |
kTableCopyOptionFullCellState |
0x4000000 |
kTableCopyOptionForRountrip |
0x8000000 |
kTableCopyOptionConvertFieldToValue |
0x10000000 |
kTableCopyOptionSkipFieldTranslation |
0x20000000 |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|