menu

Document Processing

ExcelCopyRangeOptions Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelCopyRangeOptions Class

    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.Base.dll
    Syntax
    public sealed class ExcelCopyRangeOptions : Enum

    Fields

    All

    All flags.

    Declaration
    public const ExcelCopyRangeOptions All
    Field Value
    Type
    ExcelCopyRangeOptions

    CopyConditionalFormats

    Indicates that we have to copy conditional formats during range copy.

    Declaration
    public const ExcelCopyRangeOptions CopyConditionalFormats
    Field Value
    Type
    ExcelCopyRangeOptions

    CopyDataValidations

    Indicates that we have to copy data validations during range copy.

    Declaration
    public const ExcelCopyRangeOptions CopyDataValidations
    Field Value
    Type
    ExcelCopyRangeOptions

    CopyErrorIndicators

    Indicates that we have to copy error indicators during range copy.

    Declaration
    public const ExcelCopyRangeOptions CopyErrorIndicators
    Field Value
    Type
    ExcelCopyRangeOptions

    CopyShapes

    Indicates that we have to copy shapes during range copy.

    Declaration
    public const ExcelCopyRangeOptions CopyShapes
    Field Value
    Type
    ExcelCopyRangeOptions

    CopyStyles

    Indicates that we have to copy styles during range copy.

    Declaration
    public const ExcelCopyRangeOptions CopyStyles
    Field Value
    Type
    ExcelCopyRangeOptions

    CopyValueAndSourceFormatting

    Indicates that we have to copy value with formats during range copy.

    Declaration
    public const ExcelCopyRangeOptions CopyValueAndSourceFormatting
    Field Value
    Type
    ExcelCopyRangeOptions

    None

    No flags.

    Declaration
    public const ExcelCopyRangeOptions None
    Field Value
    Type
    ExcelCopyRangeOptions

    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
    Type
    ExcelCopyRangeOptions

    UpdateMerges

    Indicates whether update merges during copy.

    Declaration
    public const ExcelCopyRangeOptions UpdateMerges
    Field Value
    Type
    ExcelCopyRangeOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved