Constructor Summary |
---|
CopyOptions()
CopyOptions constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getColumnCharacterWidth() | |
method | setColumnCharacterWidth(value) | |
Indicates whether copying column width in unit of characters. | ||
method | getCopyInvalidFormulasAsValues() | |
method | ||
If the formula is not valid for the dest destination, only copy values. | ||
method | getCopyNames() | |
method | setCopyNames(value) | |
Indicates whether copying the names. | ||
method | getExtendToAdjacentRange() | |
method | setExtendToAdjacentRange(value) | |
Indicates whether extend ranges when copying the range to adjacent range. | ||
method | getKeepMacros() | |
method | setKeepMacros(value) | |
Indicates whether keeping macros; | ||
method | getReferToDestinationSheet() | |
method | setReferToDestinationSheet(value) | |
When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. | ||
method | getReferToSheetWithSameName() | |
method | setReferToSheetWithSameName(value) | |
When copying a worksheet to another workbook and the worksheet contains the formulas which refer to other worksheets in MS Excel, the copied formulas should refer to source workbook. But sometimes we have copied other worksheets and we hope the copied formulas refer to other worksheets with the name in the same workbook, please set this property as true. |
boolean getKeepMacros() / setKeepMacros(value)
boolean getExtendToAdjacentRange() / setExtendToAdjacentRange(value)
boolean getCopyNames() / setCopyNames(value)
boolean getCopyInvalidFormulasAsValues() / setCopyInvalidFormulasAsValues(value)
boolean getColumnCharacterWidth() / setColumnCharacterWidth(value)
boolean getReferToSheetWithSameName() / setReferToSheetWithSameName(value)
boolean getReferToDestinationSheet() / setReferToDestinationSheet(value)