Enum ExcelCopyRangeOptions
Enumeration to specify the options to update formulas and merged ranges during copy range operation.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum ExcelCopyRangeOptions
Fields
| Name | Description |
|---|---|
| All | All flags. |
| CopyConditionalFormats | Indicates that we have to copy conditional formats during range copy. |
| CopyDataValidations | Indicates that we have to copy data validations during range copy. |
| CopyErrorIndicators | Indicates that we have to copy error indicators during range copy. |
| CopyShapes | Indicates that we have to copy shapes during range copy. |
| CopyStyles | Indicates that we have to copy styles during range copy. |
| CopyValueAndSourceFormatting | Indicates that we have to copy value with formats during range copy. |
| None | No flags. |
| UpdateFormulas | Indicates whether update formula during copy. WARNING: you should always specify this flag if your operations could change position of Array formula. |
| UpdateMerges | Indicates whether update merges during copy. |