Click or drag to resize

CopyRangeOptions Enumeration

Enumeration to specify the options to update formulas and merged ranges during copy range operation.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[FlagsAttribute]
public enum CopyRangeOptions
Members
Member name Value Description
None 0 No flags.
UpdateFormulas 1 Indicates whether update formula during copy.
UpdateMerges 2 Indicates whether update merges during copy.
CopyStyles 4 Indicates that we have to copy styles during range copy.
CopyShapes 8 Indicates that we have to copy shapes during range copy.
CopyErrorIndicators 16 Indicates that we have to copy error indicators during range copy.
CopyConditionalFormats 32 Indicates that we have to copy conditional formats during range copy.
CopyDataValidations 64 All flags.
OnlyCopyFormulaValue 128 Indicates that we have to copy cell formula during range copy.
All 127 All flags.
See Also