API Reference

Enum

ExcelHorizontalAlignment

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

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

Inheritance

  • Enum
  • ExcelHorizontalAlignment

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 ExcelHorizontalAlignment General #

Represents the Open XML value general.

Value: 0
public const ExcelHorizontalAlignment Left #

Represents the Open XML value left.

Value: 1
public const ExcelHorizontalAlignment Center #

Represents the Open XML value center.

Value: 2
public const ExcelHorizontalAlignment Right #

Represents the Open XML value right.

Value: 3
public const ExcelHorizontalAlignment Fill #

Represents the Open XML value fill.

Value: 4
public const ExcelHorizontalAlignment Justify #

Represents the Open XML value justify.

Value: 5
public const ExcelHorizontalAlignment CenterContinuous #

Represents the Open XML value centerContinuous.

Value: 6
public const ExcelHorizontalAlignment Distributed #

Represents the Open XML value distributed.

Value: 7