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