TableInterpolationValues 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 TableInterpolationValues enumeration.
public enum TableInterpolationValues
	public readonly struct TableInterpolationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.TableInterpolationValues>, IEquatable<DocumentFormat.OpenXml.InkML.TableInterpolationValues>
	type TableInterpolationValues = 
	type TableInterpolationValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TableInterpolationValues>
	Public Enum TableInterpolationValues
	Public Structure TableInterpolationValues
Implements IEnumValue, IEnumValueFactory(Of TableInterpolationValues), IEquatable(Of TableInterpolationValues)
		- Inheritance
 - 
				TableInterpolationValues
 
- Inheritance
 - 
				TableInterpolationValues
 
Fields
| Name | Value | Description | 
|---|---|---|
| Floor | 0 | floor. When the item is serialized out as xml, its value is "floor".  | 
			
| Middle | 1 | middle. When the item is serialized out as xml, its value is "middle".  | 
			
| Ceiling | 2 | ceiling. When the item is serialized out as xml, its value is "ceiling".  | 
			
| Linear | 3 | linear. When the item is serialized out as xml, its value is "linear".  | 
			
| Cubic | 4 | cubic. When the item is serialized out as xml, its value is "cubic".  | 
			
| Ceiling | ceiling. When the item is serialized out as xml, its value is "ceiling".  | 
			|
| Cubic | cubic. When the item is serialized out as xml, its value is "cubic".  | 
			|
| Equality(TableInterpolationValues, TableInterpolationValues) | ||
| Equals(Object) | ||
| Equals(TableInterpolationValues) | ||
| Floor | floor. When the item is serialized out as xml, its value is "floor".  | 
			|
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<TableInterpolationValues>.Create(String) | ||
| Inequality(TableInterpolationValues, TableInterpolationValues) | ||
| Linear | linear. When the item is serialized out as xml, its value is "linear".  | 
			|
| Middle | middle. When the item is serialized out as xml, its value is "middle".  | 
			|
| TableInterpolationValues(String) | Creates a new TableInterpolationValues enum instance  | 
			|
| ToString() |