Table of Contents

Enum eEditAs

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

How the drawing will be resized.

public enum eEditAs

Fields

Absolute = 0

The Drawing is positioned absolute to the top left corner of the worksheet and is NOT resized when rows and columns are resized.

OneCell = 1

The Drawing will move with the worksheet but is NOT resized when rows and columns are resized.

TwoCell = 2

The Drawing will move and resize when rows and columns are resized.