Class ExcelWorksheetCopyFlags
Enumeration to specify options when copying worksheets.
Inheritance
System.Object
ExcelWorksheetCopyFlags
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelWorksheetCopyFlags : Enum
Fields
ClearBefore
Represents the ClearBefore copy flags.
Declaration
public const ExcelWorksheetCopyFlags ClearBefore
Field Value
CopyAll
Represents the CopyAll copy flags, except palette.
Declaration
public const ExcelWorksheetCopyFlags CopyAll
Field Value
CopyAutoFilters
Represents the CopyAutoFilters copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyAutoFilters
Field Value
CopyCells
Represents the CopyCells copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyCells
Field Value
CopyColumnHeight
Represents the CopyColumnHeight copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyColumnHeight
Field Value
CopyConditionlFormats
Represents the CopyConditionlFormats copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyConditionlFormats
Field Value
CopyDataValidations
Represents the CopyDataValidations copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyDataValidations
Field Value
CopyMerges
Represents the CopyMerges copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyMerges
Field Value
CopyNames
Represents the CopyNames copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyNames
Field Value
CopyOptions
Represents the CopyOptions copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyOptions
Field Value
CopyPageSetup
Copy page setup (page breaks, paper orientation, header, footer and other properties).
Declaration
public const ExcelWorksheetCopyFlags CopyPageSetup
Field Value
CopyPalette
Copies palette.
Declaration
public const ExcelWorksheetCopyFlags CopyPalette
Field Value
CopyPivotTables
Copy pivot table objects.
Declaration
public const ExcelWorksheetCopyFlags CopyPivotTables
Field Value
CopyRowHeight
Represents the CopyRowHeight copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyRowHeight
Field Value
CopyShapes
Represents the CopyShapes copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyShapes
Field Value
CopyTables
Copy table objects.
Declaration
public const ExcelWorksheetCopyFlags CopyTables
Field Value
CopyWithoutNames
Represents the CopyWithoutNames copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyWithoutNames
Field Value
None
No flags.
Declaration
public const ExcelWorksheetCopyFlags None