Show / Hide Table of Contents

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

In this article
Back to top Generated by DocFX