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
Type |
---|
ExcelWorksheetCopyFlags |
CopyAll
Represents the CopyAll copy flags, except palette.
Declaration
public const ExcelWorksheetCopyFlags CopyAll
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyAutoFilters
Represents the CopyAutoFilters copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyAutoFilters
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyCells
Represents the CopyCells copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyCells
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyColumnHeight
Represents the CopyColumnHeight copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyColumnHeight
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyConditionlFormats
Represents the CopyConditionlFormats copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyConditionlFormats
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyDataValidations
Represents the CopyDataValidations copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyDataValidations
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyMerges
Represents the CopyMerges copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyMerges
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyNames
Represents the CopyNames copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyNames
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyOptions
Represents the CopyOptions copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyOptions
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyPageSetup
Copy page setup (page breaks, paper orientation, header, footer and other properties).
Declaration
public const ExcelWorksheetCopyFlags CopyPageSetup
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyPalette
Copies palette.
Declaration
public const ExcelWorksheetCopyFlags CopyPalette
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyPivotTables
Copy pivot table objects.
Declaration
public const ExcelWorksheetCopyFlags CopyPivotTables
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyRowHeight
Represents the CopyRowHeight copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyRowHeight
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyShapes
Represents the CopyShapes copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyShapes
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyTables
Copy table objects.
Declaration
public const ExcelWorksheetCopyFlags CopyTables
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
CopyWithoutNames
Represents the CopyWithoutNames copy flags.
Declaration
public const ExcelWorksheetCopyFlags CopyWithoutNames
Field Value
Type |
---|
ExcelWorksheetCopyFlags |
None
No flags.
Declaration
public const ExcelWorksheetCopyFlags None
Field Value
Type |
---|
ExcelWorksheetCopyFlags |