eEditAs Enumeration

Office Open XML

[Missing <summary> documentation for "T:OfficeOpenXml.Drawing.eEditAs"]

Namespace:  OfficeOpenXml.Drawing
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public enum eEditAs
Visual Basic (Declaration)
Public Enumeration eEditAs
Visual C++
public enum class eEditAs

Members

Member nameDescription
Absolute
Specifies that the current start and end positions shall be maintained with respect to the distances from the absolute start point of the worksheet.
OneCell
Specifies that the current drawing shall move with its row and column (i.e. the object is anchored to the actual from row and column), but that the size shall remain absolute.
TwoCell
Specifies that the current drawing shall move and resize to maintain its row and column anchors (i.e. the object is anchored to the actual from and to row and column).

See Also