Enum eEditAs
How the drawing will be resized.
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eEditAs
Fields
| Name | Description |
|---|---|
| Absolute | The Drawing is positioned absolute to the top left corner of the worksheet or chart and is NOT resized when rows and columns or the chart is resized. |
| OneCell | The Drawing will move with the worksheet but is NOT resized when rows and columns are resized. This setting is not applicable for a drawing inside a chart. |
| RelSize | The Drawing will move and resize according to it's parent chart. |
| TwoCell | The Drawing will move and resize when rows and columns are resized. For drawings inside a chart the drawing will resize when the chart is resized. |