ExcelWorksheetCopyFlags Enumeration
Enumeration to specify options when copying worksheets.
Syntax
'Declaration <FlagsAttribute()> Public Enum ExcelWorksheetCopyFlags Inherits System.Enum
'Usage Dim instance As ExcelWorksheetCopyFlags
[Flags()] public enum ExcelWorksheetCopyFlags : System.Enum
Members
Member | Description |
---|---|
ClearBefore | Represents the ClearBefore copy flags. |
CopyAll | Represents the CopyAll copy flags, except palette. |
CopyAutoFilters | Represents the CopyAutoFilters copy flags. |
CopyCells | Represents the CopyCells copy flags. |
CopyColumnHeight | Represents the CopyColumnHeight copy flags. |
CopyConditionlFormats | Represents the CopyConditionlFormats copy flags. |
CopyDataValidations | Represents the CopyDataValidations copy flags. |
CopyMerges | Represents the CopyMerges copy flags. |
CopyNames | Represents the CopyNames copy flags. |
CopyOptions | Represents the CopyOptions copy flags. |
CopyPageSetup | Copy page setup (page breaks, paper orientation, header, footer and other properties). |
CopyPalette | Copies palette. |
CopyPivotTables | Copy pivot table objects. |
CopyRowHeight | Represents the CopyRowHeight copy flags. |
CopyShapes | Represents the CopyShapes copy flags. |
CopyTables | Copy table objects. |
CopyWithoutNames | Represents the CopyWithoutNames copy flags. |
None | No flags. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelWorksheetCopyFlags
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also