EditAsValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
TwoCell | 0 | Move and Resize With Anchor Cells. When the item is serialized out as xml, its value is "twoCell". |
OneCell | 1 | Move With Cells but Do Not Resize. When the item is serialized out as xml, its value is "oneCell". |
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". |
|
EditAsValues(String) | Creates a new EditAsValues enum instance |
|
Equality(EditAsValues, EditAsValues) | ||
Equals(EditAsValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<EditAsValues>.Create(String) | ||
Inequality(EditAsValues, EditAsValues) | ||
OneCell | Move With Cells but Do Not Resize. When the item is serialized out as xml, its value is "oneCell". |
|
ToString() | ||
TwoCell | Move and Resize With Anchor Cells. When the item is serialized out as xml, its value is "twoCell". |