Enum eEditAs
How the drawing will be resized.
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing
Assembly: Experior.Core.dll
Syntax
public enum eEditAs
Fields
Name | Description |
---|---|
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). |