GemBox.Spreadsheet

HorizontalAlignmentStyle Enumeration

Horizontal alignment styles used for CellStyle.HorizontalAlignment.

public enum HorizontalAlignmentStyle

Members

Member Name Description
General Aligns data depending on the data type (text, number, etc.). Consult Microsoft Excel documentation.
Left Left alignment.
Center Center alignment.
Right Right alignment.
Fill Fill alignment repeats cell data to fill the whole cell.
Justify Justify alignment.
CenterAcross Centered across selection. Multiple cells can be selected but only one should have value for this alignment to have effect.
Distributed Distributed alignment.

Requirements

Namespace: GemBox.Spreadsheet

Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)

See Also

GemBox.Spreadsheet Namespace