VerticalAlignmentValues 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.
Vertical Alignment Types
public enum VerticalAlignmentValuespublic readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>type VerticalAlignmentValues = type VerticalAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<VerticalAlignmentValues>Public Enum VerticalAlignmentValuesPublic Structure VerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentValues), IEquatable(Of VerticalAlignmentValues)- Inheritance
- 
				VerticalAlignmentValues
- Inheritance
- 
				VerticalAlignmentValues
Fields
| Name | Value | Description | 
|---|---|---|
| Top | 0 | Align Top. When the item is serialized out as xml, its value is "top". | 
| Center | 1 | Centered Vertical Alignment. When the item is serialized out as xml, its value is "center". | 
| Bottom | 2 | Aligned To Bottom. When the item is serialized out as xml, its value is "bottom". | 
| Justify | 3 | Justified Vertically. When the item is serialized out as xml, its value is "justify". | 
| Distributed | 4 | Distributed Vertical Alignment. When the item is serialized out as xml, its value is "distributed". | 
| Bottom | Aligned To Bottom. When the item is serialized out as xml, its value is "bottom". | |
| Center | Centered Vertical Alignment. When the item is serialized out as xml, its value is "center". | |
| Distributed | Distributed Vertical Alignment. When the item is serialized out as xml, its value is "distributed". | |
| Equality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
| Equals(Object) | ||
| Equals(VerticalAlignmentValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<VerticalAlignmentValues>.Create(String) | ||
| Inequality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
| Justify | Justified Vertically. When the item is serialized out as xml, its value is "justify". | |
| Top | Align Top. When the item is serialized out as xml, its value is "top". | |
| ToString() | ||
| VerticalAlignmentValues(String) | Creates a new VerticalAlignmentValues enum instance |