API Reference

Enum

ExcelVerticalTextAlignment

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.

Inheritance

  • Enum
  • ExcelVerticalTextAlignment

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ExcelVerticalTextAlignment Baseline #

Represents the Open XML value baseline.

Value: 0
public const ExcelVerticalTextAlignment Superscript #

Represents the Open XML value superscript.

Value: 1
public const ExcelVerticalTextAlignment Subscript #

Represents the Open XML value subscript.

Value: 2