Class ExcelCopyRangeOptions
Enumeration to specify the options to update formulas and merged ranges during copy range operation.
Inheritance
System.Object
ExcelCopyRangeOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelCopyRangeOptions : Enum
Fields
All
All flags.
Declaration
public const ExcelCopyRangeOptions All
Field Value
CopyConditionalFormats
Indicates that we have to copy conditional formats during range copy.
Declaration
public const ExcelCopyRangeOptions CopyConditionalFormats
Field Value
CopyDataValidations
Indicates that we have to copy data validations during range copy.
Declaration
public const ExcelCopyRangeOptions CopyDataValidations
Field Value
CopyErrorIndicators
Indicates that we have to copy error indicators during range copy.
Declaration
public const ExcelCopyRangeOptions CopyErrorIndicators
Field Value
CopyShapes
Indicates that we have to copy shapes during range copy.
Declaration
public const ExcelCopyRangeOptions CopyShapes
Field Value
CopyStyles
Indicates that we have to copy styles during range copy.
Declaration
public const ExcelCopyRangeOptions CopyStyles
Field Value
CopyValueAndSourceFormatting
Indicates that we have to copy value with formats during range copy.
Declaration
public const ExcelCopyRangeOptions CopyValueAndSourceFormatting
Field Value
None
No flags.
Declaration
public const ExcelCopyRangeOptions None
Field Value
UpdateFormulas
Indicates whether update formula during copy. WARNING: you should always specify this flag if your operations could change position of Array formula.
Declaration
public const ExcelCopyRangeOptions UpdateFormulas
Field Value
UpdateMerges
Indicates whether update merges during copy.
Declaration
public const ExcelCopyRangeOptions UpdateMerges