Share via


VerticalAlignmentRunValues Enumeration

Vertical Alignment Run Types

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Enumeration VerticalAlignmentRunValues
'使用
Dim instance As VerticalAlignmentRunValues
public enum VerticalAlignmentRunValues

Members

Member name Description
Baseline Baseline. When the item is serialized out as xml, its value is "baseline".
Superscript Superscript. When the item is serialized out as xml, its value is "superscript".
Subscript Subscript. When the item is serialized out as xml, its value is "subscript".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace