Constructor Summary |
---|
CopyOptions()
CopyOptions constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getColumnCharacterWidth() | |
function | setColumnCharacterWidth(value) | |
Indicates whether copying column width in unit of characters. | ||
function | getCopyInvalidFormulasAsValues() | |
function | ||
If the formula is not valid for the dest destination, only copy values. | ||
function | getCopyNames() | |
function | setCopyNames(value) | |
Indicates whether copying the names. | ||
function | getExtendToAdjacentRange() | |
function | setExtendToAdjacentRange(value) | |
Indicates whether extend ranges when copying the range to adjacent range. | ||
function | getKeepMacros() | |
function | setKeepMacros(value) | |
Indicates whether keeping macros; | ||
function | getReferToDestinationSheet() | |
function | 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. | ||
function | getReferToSheetWithSameName() | |
function | 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. |
function getKeepMacros() / function setKeepMacros(value)
function getExtendToAdjacentRange() / function setExtendToAdjacentRange(value)
function getCopyNames() / function setCopyNames(value)
function getCopyInvalidFormulasAsValues() / function setCopyInvalidFormulasAsValues(value)
function getColumnCharacterWidth() / function setColumnCharacterWidth(value)
function getReferToSheetWithSameName() / function setReferToSheetWithSameName(value)
function getReferToDestinationSheet() / function setReferToDestinationSheet(value)