EditAsValues-Enumeration
Resizing Behaviors
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration EditAsValues
'Usage
Dim instance As EditAsValues
public enum EditAsValues
Member
Membername | Beschreibung | |
---|---|---|
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". |