EditAsValues enumeration
Office 2013 and later
Resizing Behaviors
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| TwoCell | Move and Resize With Anchor Cells. When the item is serialized out as xml, its value is "twoCell". | |
| OneCell | Move With Cells but Do Not Resize. When the item is serialized out as xml, its value is "oneCell". | |
| Absolute | Do Not Move or Resize With Underlying Rows/Columns. When the item is serialized out as xml, its value is "absolute". |
Show: