TableApplyValues 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.
Defines the TableApplyValues enumeration.
public enum TableApplyValuespublic readonly struct TableApplyValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.TableApplyValues>, IEquatable<DocumentFormat.OpenXml.InkML.TableApplyValues>type TableApplyValues = type TableApplyValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TableApplyValues>Public Enum TableApplyValuesPublic Structure TableApplyValues
Implements IEnumValue, IEnumValueFactory(Of TableApplyValues), IEquatable(Of TableApplyValues)- Inheritance
- 
				TableApplyValues
- Inheritance
- 
				TableApplyValues
Fields
| Name | Value | Description | 
|---|---|---|
| Absolute | 0 | absolute. When the item is serialized out as xml, its value is "absolute". | 
| Relative | 1 | relative. When the item is serialized out as xml, its value is "relative". | 
| Absolute | absolute. When the item is serialized out as xml, its value is "absolute". | |
| Equality(TableApplyValues, TableApplyValues) | ||
| Equals(Object) | ||
| Equals(TableApplyValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<TableApplyValues>.Create(String) | ||
| Inequality(TableApplyValues, TableApplyValues) | ||
| Relative | relative. When the item is serialized out as xml, its value is "relative". | |
| TableApplyValues(String) | Creates a new TableApplyValues enum instance | |
| ToString() |