Enum ExcelRangeCopyOperations
Simplified enum for oper Fill and Transpose from ExcelRangeCopyOptionFlags
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
[Flags]
public enum ExcelRangeCopyOperations
Fields
| Name | Description |
|---|---|
| Fill | Fill range with repeated data. The desination ranges rows and columns needs to be a multiple of the source's ranges rows and columns. |
| FillAndTranspose | Add flag for both of previous options |
| Transpose | Transpose the copied data |