API Reference

Enum

ExcelVerticalAlignment

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

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

Inheritance

  • Enum
  • ExcelVerticalAlignment

Usage

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

Accepted by parameters

Values

public const ExcelVerticalAlignment Top #

Represents the Open XML value top.

Value: 0
public const ExcelVerticalAlignment Center #

Represents the Open XML value center.

Value: 1
public const ExcelVerticalAlignment Bottom #

Represents the Open XML value bottom.

Value: 2
public const ExcelVerticalAlignment Justify #

Represents the Open XML value justify.

Value: 3
public const ExcelVerticalAlignment Distributed #

Represents the Open XML value distributed.

Value: 4