Enum ExcelRangeCopyOnly
Flags to only copy certain parts of a range.
This provides the options of Excel's "Paste Special"Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
[Flags]
public enum ExcelRangeCopyOnly
Fields
| Name | Description |
|---|---|
| Comments | Paste only Comments and Threaded Comments |
| Formats | Paste only formatting |
| Formulas | Paste only formulas. |
| Validations | Paste only validation |
| Values | Paste only values |