Class CopyOptions

CopyOptions class

Represents the copy options.

public class CopyOptions

Constructors

NameDescription
CopyOptions()CopyOptions constructor.

Properties

NameDescription
ColumnCharacterWidth { get; set; }Indicates whether copying column width in unit of characters.
CopyInvalidFormulasAsValues { get; set; }If the formula is not valid for the dest destination, only copy values.
CopyNames { get; set; }Indicates whether copying the names.
ExtendToAdjacentRange { get; set; }Indicates whether extend ranges when copying the range to adjacent range.
KeepMacros { get; set; }Indicates whether keeping macros;
ReferToDestinationSheet { get; set; }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.
ReferToSheetWithSameName { get; set; }In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true.

See Also