WorksheetCopyType Enumeration
 | 
Enumeration to specify options when copying worksheets.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
[FlagsAttribute]
public enum WorksheetCopyType
 
<FlagsAttribute>
Public Enumeration WorksheetCopyType
 
[FlagsAttribute]
public enum class WorksheetCopyType
 
[<FlagsAttribute>]
type WorksheetCopyType
 
 
 
 
Members
 
| 
 | 
Member name
 | 
Value
 | 
Description
 | 
| 
 | 
None
 | 
0
 | 
No flags.
 | 
| 
 | 
ClearBefore
 | 
1
 | 
Represents the ClearBefore copy flags.
 | 
| 
 | 
CopyNames
 | 
2
 | 
Represents the CopyNames copy flags.
 | 
| 
 | 
CopyCells
 | 
4
 | 
Represents the CopyCells copy flags.
 | 
| 
 | 
CopyRowHeight
 | 
8
 | 
Represents the CopyRowHeight copy flags.
 | 
| 
 | 
CopyColumnHeight
 | 
16
 | 
Represents the CopyColumnHeight copy flags.
 | 
| 
 | 
CopyOptions
 | 
32
 | 
Represents the CopyOptions copy flags.
 | 
| 
 | 
CopyMerges
 | 
64
 | 
Represents the CopyMerges copy flags.
 | 
| 
 | 
CopyShapes
 | 
128
 | 
Represents the CopyShapes copy flags.
 | 
| 
 | 
CopyConditionlFormats
 | 
256
 | 
Represents the CopyConditionlFormats copy flags.
 | 
| 
 | 
CopyAutoFilters
 | 
512
 | 
Represents the CopyAutoFilters copy flags.
 | 
| 
 | 
CopyDataValidations
 | 
1024
 | 
Represents the CopyDataValidations copy flags.
 | 
| 
 | 
CopyPageSetup
 | 
2048
 | 
Copy page setup (page breaks, paper orientation, header, footer and other properties).
 | 
| 
 | 
CopyTables
 | 
2560
 | 
Represents the CopyAll copy flags.
 | 
| 
 | 
CopyPivotTables
 | 
4096
 | 
Copy pivot table objects.
 | 
| 
 | 
CopyPalette
 | 
8192
 | 
Copies palette.
 | 
| 
 | 
CopyAll
 | 
16383
 | 
Represents the CopyAll copy flags.
 | 
| 
 | 
CopyWithoutNames
 | 
8189
 | 
Represents the CopyWithoutNames copy flags.
 | 
 
 
See Also