Enum ExcelRangeCopyOptionFlags
Flag enum, specify all flags that you want to exclude from the copy.
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
[Flags]
public enum ExcelRangeCopyOptionFlags
Fields
Name | Description |
---|---|
ExcludeComments | Exclude comments from being copied. |
ExcludeConditionalFormatting | Exclude conditional formatting from being copied. |
ExcludeDataValidations | Exclude data validations from being copied. |
ExcludeFormulas | Exclude formulas from being copied. Only the value of the cell will be copied |
ExcludeHyperLinks | Exclude hyperlinks from being copied. |
ExcludeMergedCells | Exclude merged cells from being copied. |
ExcludeStyles | Exclude styles from being copied. |
ExcludeThreadedComments | Exclude threaded comments from being copied. |
ExcludeValues | Will exclude formulas and values from being copied |