Enum ExcelRangeCopyOptionFlags
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Flag enum, specify all flags that you want to exclude from the copy.
[Flags]
public enum ExcelRangeCopyOptionFlags
Fields
ExcludeComments = 8Exclude comments from being copied.
ExcludeConditionalFormatting = 256Exclude conditional formatting from being copied.
ExcludeDataValidations = 128Exclude data validations from being copied.
ExcludeDrawings = 1024Exclude drawings from being copied
ExcludeFormulas = 1Exclude formulas from being copied. Only the value of the cell will be copied
ExcludeHyperLinks = 32Exclude hyperlinks from being copied.
ExcludeMergedCells = 64Exclude merged cells from being copied.
ExcludeStyles = 4Exclude styles from being copied.
ExcludeThreadedComments = 16Exclude threaded comments from being copied.
ExcludeValues = 2Will exclude formulas and values from being copied
Transpose = 512Transpose the copied data