EditAsValues Enum

Definition

Resizing Behaviors

public enum EditAsValues
public readonly struct EditAsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues>
type EditAsValues = 
type EditAsValues = struct
    interface IEnumValue
    interface IEnumValueFactory<EditAsValues>
Public Enum EditAsValues
Public Structure EditAsValues
Implements IEnumValue, IEnumValueFactory(Of EditAsValues), IEquatable(Of EditAsValues)
Inheritance
EditAsValues
Inheritance
EditAsValues

Fields

EditAsValues(String)

Creates a new EditAsValues enum instance

Absolute 2

Do Not Move or Resize With Underlying Rows/Columns.

When the item is serialized out as xml, its value is "absolute".

Absolute

Do Not Move or Resize With Underlying Rows/Columns.

When the item is serialized out as xml, its value is "absolute".

Equals(EditAsValues)
Equals(Object)
GetHashCode()
OneCell 1

Move With Cells but Do Not Resize.

When the item is serialized out as xml, its value is "oneCell".

OneCell

Move With Cells but Do Not Resize.

When the item is serialized out as xml, its value is "oneCell".

Equality(EditAsValues, EditAsValues)
Inequality(EditAsValues, EditAsValues)
ToString()
TwoCell 0

Move and Resize With Anchor Cells.

When the item is serialized out as xml, its value is "twoCell".

TwoCell

Move and Resize With Anchor Cells.

When the item is serialized out as xml, its value is "twoCell".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<EditAsValues>.Create(String)

Applies to